Back to Devexpress

TickmarkOptions.FactorThickness Property

wpf-devexpress-dot-xpf-dot-gauges-dot-tickmarkoptions-a26a926a.md

latest1.7 KB
Original Source

TickmarkOptions.FactorThickness Property

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

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double FactorThickness { get; set; }
vb
Public Property FactorThickness As Double

Property Value

TypeDescription
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.

The following images illustrate the property behavior:

  • for major tickmarks:

  • for minor tickmarks:

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

See Also

FactorLength

TickmarkOptions Class

TickmarkOptions Members

DevExpress.Xpf.Gauges Namespace