Skip to main content

TickmarkOptions.FactorLength Property

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

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

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