Skip to main content

ScaleCustomLabel.Value Property

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

public double Value { get; set; }

#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