ArcScaleNeedle.StartOffset Property
In This Article
Gets or sets the offset of the needle’s starting point from the scale center.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Single | 0 | The offset of the needle’s starting point from the scale center, in relative coordinates. |
#Remarks
To specify the offset of the needle’s end point, use the ArcScaleNeedle.EndOffset property.
See Coordinate System, to learn about relative coordinates.
See Also