Back to Devexpress

ArcScaleRangeBarComponent.StartAngle Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalerangebarcomponent.md

latest2.3 KB
Original Source

ArcScaleRangeBarComponent.StartAngle Property

Gets or sets the angle that specifies the scale start position.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(0F)]
[DXCategory("Appearance")]
public float StartAngle { get; set; }
vb
<DefaultValue(0F)>
<DXCategory("Appearance")>
Public Property StartAngle As Single

Property Value

TypeDefaultDescription
Single0

A Single value (in degrees).

|

Remarks

A circular scale’s start and end positions are measured in degrees relative to the 0 -degree mark, located at the 3 o’clock position. Moving in the clockwise direction from this mark gives you a positive value angle, in the counter-clockwise direction - a negative value angle. To specify these start and end angles, use the StartAngle and ArcScaleRangeBarComponent.EndAngle properties respectively. See the Coordinate System topic to learn more.

See Also

EndAngle

Coordinate System

ArcScaleRangeBarComponent Class

ArcScaleRangeBarComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace