LinearScaleLevelBarOptions.FactorThickness Property
In This Article
Gets or sets a value by which the level bar‘s thickness should be multiplied.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(1, Handler = "FactorThicknessPropertyChanged")]
public double FactorThickness { get; set; }
#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.
For more information on level bars, refer to the Level Bar document.
See Also