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.UI.Xaml.Gauges

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

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