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

ArcScaleRangeBarOptions Class

Contains appearance and layout options for an arc scale range bar.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public class ArcScaleRangeBarOptions :
    RangeBarOptionsBase

The following members return ArcScaleRangeBarOptions objects:

Remarks

The options provided by an ArcScaleRangeBarOptions instance can be accessed via the ArcScaleRangeBar.Options property of an ArcScaleRangeBar object.

To define the appearance of the arc scale range bars, use the RangeBarOptionsBase.Thickness property.

The layout of the range bars is set by the GaugeOptionsBase.ZIndex and RangeBarOptionsBase.Offset properties.

For more information on range bars, refer to the Range Bar (Circular Scale) document.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also