Scale.ShowMinorTickmarks Property
In This Article
Gets or sets whether or not the minor tickmarks should be visible on a scale.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(false, Handler = "ShowMinorTickmarksPropertyChanged")]
public bool ShowMinorTickmarks { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | A Boolean object. |
See Also