Skip to main content
A newer version of this page is available. .

ValueIndicatorComponent<TProvider>.Value Property

Gets or sets the value of a scale indicator.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

[DefaultValue(null)]
public float? Value { get; set; }

Property Value

Type Default Description
Nullable<Single> *null*

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

See Also