Back to Devexpress

ArcScaleNeedleOptions.EndOffset Property

wpf-devexpress-dot-xpf-dot-gauges-dot-arcscaleneedleoptions-45cd16c5.md

latest2.2 KB
Original Source

ArcScaleNeedleOptions.EndOffset Property

Gets or sets the offset of the needle‘s end point from the edge of the Circular scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Property Value

TypeDescription
Double

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EndOffset
ArcScaleNeedle

.Options .EndOffset

|

Remarks

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

The table below illustrates the behavior of the EndOffset property.

EndOffset = 0EndOffset = 50EndOffset = -50

See Also

StartOffset

ArcScaleNeedleOptions Class

ArcScaleNeedleOptions Members

DevExpress.Xpf.Gauges Namespace