RangeOptions.Thickness Property
Gets or sets a value that specifies the thickness of the range on a scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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 |
---|---|
RangeBase |
|
Remarks
Use the Thickness property if you need to modify the range’s thickness for Circular and Linear scales.
For more information on ranges, refer to the Range (Circular Scale) and Range (Linear Scale) documents.
See Also