ArcScaleNeedleOptions.EndOffset Property
In This Article
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.v23.2.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 End |
---|---|
Arc |
|
#Remarks
The position of a needle’s start and end points is defined by the ArcScaleNeedleOptions.StartOffset and EndOffset properties.
See Also