RangeOptions.Thickness Property
In This Article
Gets or sets a value that specifies the thickness of the range on a scale.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A Int32 value that is the thickness of the range. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Thickness |
---|---|
Range |
|
#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 = 5 | Thickness = 10 | Thickness = 15 |
---|---|---|
![]() |
![]() |
![]() |
For more information on a range, refer to the Range (Circular Scale) and Range (Linear Scale) documents.
See Also