Skip to main content

Scale.ShowMinorTickmarks Property

Gets or sets whether or not the minor 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 ShowMinorTickmarks { get; set; }

#Property Value

Type Description
Boolean

A Boolean object.

See Also