CustomizeTickmarkEventArgs.IsMajor Property
In This Article
Gets or sets whether the custom tickmark is major.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public bool IsMajor { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also