Skip to main content

ValueIndicatorBase.Value Property

Gets or sets the value of a scale indicator.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public double Value { get; set; }

Property Value

Type Description
Double

A Double value that specifies the position of a value indicator on the scale.

Remarks

The Value property of the value indicator can not only be changed programmatically, but also by end-users via mouse-clicks. This capability is available after setting the ValueIndicatorBase.IsInteractive property to true.

Example: How to: Use ArcScale

See Also