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

RangeOptions Class

Contains layout and appearance options for a range.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public class RangeOptions :
    GaugeDependencyObject

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 RangeOptions.ZIndex, 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