RangeValue.IsAbsolute Property
Indicates whether a range boundary’s value is set in absolute units.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a range value is stored in absolute units; otherwise, false. |
Remarks
The RangeValue.Value property can be stored either in absolute units (RangeValueType.Absolute) or as a percent (RangeValueType.Percent).
Use the IsAbsolute property to identify if the Value is stored in absolute units.
See Also