Back to Devexpress

BaseRangeBar.Value Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-baserangebar.md

latest1.3 KB
Original Source

BaseRangeBar.Value Property

Gets or sets the value of a range bar.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(null)]
public float? Value { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Value As Single?

Property Value

TypeDefaultDescription
Nullable<Single>null

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

|

See Also

BaseRangeBar Class

BaseRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace