Skip to main content

RangeOptions Class

Contains layout and appearance options for a range.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class RangeOptions :
    GaugeOptionsBase

The following members return RangeOptions objects:

Remarks

The options provided by a RangeOptions instance can be accessed via the RangeBase.Options property of a RangeBase object.

To define the layout of the ranges, use the GaugeOptionsBase.ZIndex and RangeOptions.Offset property.

The appearance of the ranges is set by the RangeOptions.Thickness property.

For more information on ranges, refer to the Ranges (Circular Scale) and Ranges (Linear Scale) documents.

See Also