Back to Devexpress

RangeOptions Class

wpf-devexpress-dot-xpf-dot-gauges-1c04d6a3.md

latest2.3 KB
Original Source

RangeOptions Class

Contains layout and appearance options for a range.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class RangeOptions :
    GaugeDependencyObject
vb
Public Class RangeOptions
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject RangeOptions

See Also

RangeOptions Members

Range

Range

DevExpress.Xpf.Gauges Namespace