Skip to main content

Scale.ShowMajorTickmarks Property

Gets or sets whether or not the major tickmarks should be visible on a scale.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool ShowMajorTickmarks { get; set; }

#Property Value

Type Description
Boolean

A Boolean object.

See Also