RadialScale.MinorTickmarkCount Property
In This Article
Gets or sets the number of minor tickmarks between two major tickmarcks. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public int MinorTickmarkCount { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The number of minor tickmarks. |
See Also