'Declaration Public Enum PieMode Inherits System.Enum
'Usage Dim instance As PieMode
public enum PieMode : System.Enum
'Declaration Public Enum PieMode Inherits System.Enum
'Usage Dim instance As PieMode
public enum PieMode : System.Enum
Member | Description |
---|---|
EndAngle | Allows EndAngle to be set directly; Slice property cannot be set directly. (Causes the Slice value to be calculated indirectly from StartAngle and EndAngle.) |
Manual | Allows both Slice and EndAngle to be set. |
Slice | Allows Slice to be set directly; EndAngle cannot be set directly. (Causes the EndAngle value to be calculated indirectly from StartAngle and Slice.) |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.PieMode
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