Back to Devexpress

SunburstControl.StartAngle Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstcontrol-ee933b66.md

latest1.6 KB
Original Source

SunburstControl.StartAngle Property

Gets or sets the first sunburst item position.

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public double StartAngle { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property StartAngle As Double

Property Value

TypeDefaultDescription
Double0

The value that specifies how the first sunburst item should be rotated. This value is measured in degrees.

|

Remarks

The following image shows the StartAngle property in action.

The first item is rotated clockwise if no value is assigned to the SunburstControl.SweepDirection property.

See Also

SunburstControl Class

SunburstControl Members

DevExpress.XtraTreeMap Namespace