Back to Devexpress

RangeBarOptionsBase.Thickness Property

wpf-devexpress-dot-xpf-dot-gauges-dot-rangebaroptionsbase.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public int Thickness { get; set; }
vb
Public Property Thickness As Integer

Property Value

TypeDescription
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 = 1Thickness = 5Thickness = 10

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

See Also

RangeBarOptionsBase Class

RangeBarOptionsBase Members

DevExpress.Xpf.Gauges Namespace