Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / PieMode Enumeration


In This Topic
    PieMode Enumeration
    In This Topic
    Value representing the mode of the Pie.
    Syntax
    'Declaration
     
    Public Enum PieMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As PieMode
    public enum PieMode : System.Enum 
    Members
    MemberDescription
    EndAngleAllows EndAngle to be set directly; Slice property cannot be set directly. (Causes the Slice value to be calculated indirectly from StartAngle and EndAngle.)
    ManualAllows both Slice and EndAngle to be set.
    SliceAllows Slice to be set directly; EndAngle cannot be set directly. (Causes the EndAngle value to be calculated indirectly from StartAngle and Slice.)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.PieMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also