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

RangeValue.IsAbsolute Property

Indicates whether a range boundary’s value is set in absolute units.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.dll

Declaration

public bool IsAbsolute { get; }

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