ArcScaleRangeBar.AnchorValue Property
In This Article
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value on a scale. |
#Remarks
Use the AnchorValue property, together with the ValueIndicatorBase.Value property (derived from the base ValueIndicatorBase class), to set the position of the entire range bar on the scale.
See Also