Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

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 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 = 1 FactorThickness = 1.5 FactorThickness = 2
LevelBarOptions_FactorThickness_1 LevelBarOptions_FactorThickness_1.5 LevelBarOptions_FactorThickness_2

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

See Also