Back to Devexpress

LinearScaleLevelBarOptions.FactorThickness Property

wpf-devexpress-dot-xpf-dot-gauges-dot-linearscalelevelbaroptions-88313702.md

latest2.3 KB
Original Source

LinearScaleLevelBarOptions.FactorThickness Property

Gets or sets a value by which the level bar‘s thickness should be multiplied.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double FactorThickness { get; set; }
vb
Public Property FactorThickness As Double

Property Value

TypeDescription
Double

A Double value that is the level bar’s thickness multiplier.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FactorThickness
LinearScaleLevelBar

.Options .FactorThickness

|

Remarks

Use the FactorThickness property to modify the thickness of a level bar on a scale.

The following images illustrate the property behavior.

FactorThickness = 1FactorThickness = 1.5FactorThickness = 2

For more information on level bars, refer to the Level Bar document.

See Also

LinearScaleLevelBarOptions Class

LinearScaleLevelBarOptions Members

DevExpress.Xpf.Gauges Namespace