Back to Devexpress

ArcScaleRangeBar.Options Property

wpf-devexpress-dot-xpf-dot-gauges-dot-arcscalerangebar-79c36028.md

latest1.7 KB
Original Source

ArcScaleRangeBar.Options Property

Gets or sets the options of a range bar that specify its shape and position on a Circular scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public ArcScaleRangeBarOptions Options { get; set; }
vb
Public Property Options As ArcScaleRangeBarOptions

Property Value

TypeDescription
ArcScaleRangeBarOptions

An ArcScaleRangeBarOptions object that contains the settings of the range bar.

|

Remarks

Use the ArcScaleRangeBarOptions object returned by the Options property to customize different range bar settings (e.g. RangeBarOptionsBase.Offset and RangeBarOptionsBase.Thickness properties to set the range bar’s position and customize its appearance on the Circular scale).

See Also

ArcScaleRangeBar Class

ArcScaleRangeBar Members

DevExpress.Xpf.Gauges Namespace