Back to Devexpress

SunburstSweepDirection Enum

windowsforms-devexpress-dot-xtratreemap-69736adf.md

latest1.2 KB
Original Source

SunburstSweepDirection Enum

Lists values that define the SunburstControl’s sweep direction.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public enum SunburstSweepDirection
vb
Public Enum SunburstSweepDirection

Members

NameDescription
Clockwise

The sunburst items are positioned clockwise.

| | Counterclockwise |

The sunburst items are positioned counterclockwise.

|

The following properties accept/return SunburstSweepDirection values:

Remarks

The SunburstControl.SweepDirection property uses the SunburstSweepDirection values.

See Also

DevExpress.XtraTreeMap Namespace