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

RangeBarOptionsBase.Thickness Property

Gets or sets a value that specifies the thickness of the range bar on a scale.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public int Thickness { get; set; }

Property Value

Type Description
Int32

A Int32 value that is the thickness of the range bar.

Remarks

Use the Thickness property if you need to modify the range bar’s thickness for Circular and Linear scales.

The following images illustrate the property behavior for the circular scale.

Thickness = 1 Thickness = 5 Thickness = 10
RangeBarOptions_Thickness_1 RangeBarOptions_Thickness_5 RangeBarOptions_Thickness_10

For more information on a range bar, refer to the Range Bar (Circular Scale) and Range Bar (Linear Scale) documents.

See Also