Back to Devexpress

ArcScaleNeedleOptions.StartOffset Property

wpf-devexpress-dot-xpf-dot-gauges-dot-arcscaleneedleoptions-6a0ccfe3.md

latest2.2 KB
Original Source

ArcScaleNeedleOptions.StartOffset Property

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

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double StartOffset { get; set; }
vb
Public Property StartOffset As Double

Property Value

TypeDescription
Double

A Double value that specifies the start offset of the needle.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to StartOffset
ArcScaleNeedle

.Options .StartOffset

|

Remarks

The position of a needle start and end points are defined by the StartOffset and ArcScaleNeedleOptions.EndOffset properties.

The table below illustrates the behavior of the StartOffset property.

StartOffset = 0StartOffset = 50StartOffset = -50

See Also

EndOffset

ArcScaleNeedleOptions Class

ArcScaleNeedleOptions Members

DevExpress.Xpf.Gauges Namespace