RangeOptions Class
Contains layout and appearance options for a range.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
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.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also