Scale.MinorTickmarkOptions Property
In This Article
Provides access to the options that define the appearance, behavior and location of minor tickmarks within the current scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public MinorTickmarkOptions MinorTickmarkOptions { get; set; }
#Property Value
Type | Description |
---|---|
Minor |
A Minor |
#Remarks
Use the MinorTickmarkOptions property to customize different minor tickmark settings (e.g., the MinorTickmarkOptions.ShowTicksForMajor property to define whether or not minor tickmarks should be visible at the position of a major tickmark).
To change settings of major tickmarks, use the Scale.MajorTickmarkOptions property.
See Also