Skip to main content

BaseRangeBar.Value Property

Gets or sets the value of a range bar.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Default Description
Nullable<Single> null

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

See Also