ArcScale.StartAngle Property
In This Article
Gets or sets the angle that specifies the scale start position.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that is the start angle of the scale. |
#Remarks
A scale’s start and end positions are defined by the StartAngle and ArcScale.EndAngle properties. In this case, an angle increases in the clockwise direction and decreases in a counterclockwise one.
Note that the StartAngle property can be either less than the EndAngle or greater than the EndAngle - both situations are correct.
Example: How to: Use ArcScale
See Also