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