Back to Devexpress

RangeOptions.Thickness Property

wpf-devexpress-dot-xpf-dot-gauges-dot-rangeoptions-b3c6d7bb.md

latest2.3 KB
Original Source

RangeOptions.Thickness Property

Gets or sets a value that specifies the thickness of the range 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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Thickness
RangeBase

.Options .Thickness

|

Remarks

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

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

Thickness = 5Thickness = 10Thickness = 15

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

See Also

RangeOptions Class

RangeOptions Members

DevExpress.Xpf.Gauges Namespace