ArcScaleNeedleOptions.StartOffset Property
In This Article
Gets or sets the offset of the needle‘s starting point from the Circular scale center.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(0, Handler = "NotifyDependencyPropertyChanged")]
public double StartOffset { get; set; }
#Property Value
Type | Description |
---|---|
Double | A Double value that specifies the start offset of the needle. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Start |
---|---|
Arc |
|
#Remarks
The position of a needle start and end points are defined by the StartOffset and ArcScaleNeedleOptions.EndOffset properties.
See Also