Back to Devexpress

RotationDirection Enum

windowsforms-devexpress-dot-xtramap-12abf198.md

latest1.2 KB
Original Source

RotationDirection Enum

Lists the values that specify how pie slices should be rotated.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum RotationDirection
vb
Public Enum RotationDirection

Members

NameDescription
Clockwise

Specifies a clockwise pie slice rotation.

| | CounterClockwise |

Specifies a counter-clockwise pie slice rotation.

|

The following properties accept/return RotationDirection values:

Remarks

Values listed by the RotationDirection enumeration are used to set the MapPie.RotationDirection property.

See Also

DevExpress.XtraMap Namespace