Back to Devexpress

RotationDirection Enum

wpf-devexpress-dot-xpf-dot-map-5658fae0.md

latest1.2 KB
Original Source

RotationDirection Enum

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

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.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.Xpf.Map Namespace