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.v18.2.Core.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
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