Skip to main content

ArcScaleNeedleOptions.EndOffset Property

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

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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