RadialScale.MajorTickmarkThickness Property
Gets or sets thickness of major tickmarks displayed within the RadialScale. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public double MajorTickmarkThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | A major tickmark thickness. |
See Also