Skip to main content

TickmarkOptions.FactorThickness Property

Gets or sets a value by which the tickmarks’ thickness should be multiplied.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "NotifyDependencyPropertyChanged")]
public double FactorThickness { get; set; }

Property Value

Type Description
Double

A Double value that is the tickmarks’ thickness multiplier.

Remarks

Use the FactorThickness property to modify the thickness of major and minor tickmarks on a scale.

For more information on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.

See Also