Skip to main content

TickmarkOptions.FactorThickness Property

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

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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