Skip to main content

TickmarkOptions.FactorLength Property

Gets or sets a value by which the tickmarks’ length 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 FactorLength { get; set; }

Property Value

Type Description
Double

A Double value that is the tickmarks’ length multiplier.

Remarks

Use the FactorLength property to modify the length 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