Back to Devexpress

ScaleCustomLabel.Value Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scalecustomlabel.md

latest1.3 KB
Original Source

ScaleCustomLabel.Value Property

Gets or sets the value about which the custom label is located on a scale.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double Value { get; set; }
vb
Public Property Value As Double

Property Value

TypeDescription
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

Offset

ScaleCustomLabel Class

ScaleCustomLabel Members

DevExpress.Xpf.Gauges Namespace