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
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 |
|
Remarks
The position of a needle’s start and end points is defined by the ArcScaleNeedleOptions.StartOffset and EndOffset properties.
See Also