LinearScaleLevelBarOptions.FactorThickness Property
In This Article
Gets or sets a value by which the level bar‘s thickness should be multiplied.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that is the level bar’s thickness multiplier. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Factor |
---|---|
Linear |
|
#Remarks
Use the FactorThickness property to modify the thickness of a level bar on a scale.
The following images illustrate the property behavior.
Factor |
Factor |
Factor |
---|---|---|
![]() |
![]() |
![]() |
For more information on level bars, refer to the Level Bar document.
See Also