ScaleCustomLabel.Value Property
In This Article
Gets or sets the value at which the custom label is located on a 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. |
#Remarks
Use the Value property together with the ScaleCustomLabel.Offset to set the position of the custom label on the scale.
See Also