Back to Devexpress

ArcScaleNeedle.StartOffset Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscaleneedle.md

latest1.8 KB
Original Source

ArcScaleNeedle.StartOffset Property

Gets or sets the offset of the needle’s starting point from the scale center.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDefaultDescription
Single0

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

EndOffset

Coordinate System

ArcScaleNeedle Class

ArcScaleNeedle Members

DevExpress.XtraGauges.Core.Model Namespace