Skip to main content
A newer version of this page is available. .

ArcScaleNeedleOptions.EndOffset Property

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

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(72, Handler = "NotifyDependencyPropertyChanged")]
public double EndOffset { get; set; }

Property Value

Type Description
Double

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

Property Paths

You can access this nested property as listed below:

Object Type Path to EndOffset
ArcScaleNeedle
.Options .EndOffset

Remarks

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

See Also