Back to Devexpress

SunburstControl.SweepDirection Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstcontrol-85f8d2f6.md

latest2.1 KB
Original Source

SunburstControl.SweepDirection Property

Gets or sets the sunburst’s sweep direction (counterclockwise or clockwise).

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.UI.dll

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue(SunburstSweepDirection.Clockwise)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public SunburstSweepDirection SweepDirection { get; set; }
vb
<DefaultValue(SunburstSweepDirection.Clockwise)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property SweepDirection As SunburstSweepDirection

Property Value

TypeDefaultDescription
SunburstSweepDirectionClockwise

The value that defines whether to position sunburst items counterclockwise or clockwise.

|

Available values:

NameDescription
Clockwise

The sunburst items are positioned clockwise.

| | Counterclockwise |

The sunburst items are positioned counterclockwise.

|

Remarks

The following table lists all the property values:

ValueImage
Clockwise
Counterclockwise

Specify the SunburstControl.StartAngle property to define where to draw the first sunburst item.

See Also

SunburstControl Class

SunburstControl Members

DevExpress.XtraTreeMap Namespace