Skip to main content
A newer version of this page is available. .

Scale.PredefinedTickmarksPresentations Property

Contains the list of predefined presentations for scale tickmarks.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public static List<PredefinedElementKind> PredefinedTickmarksPresentations { get; }

Property Value

Type Description
List<PredefinedElementKind>

A List<T> of PredefinedElementKind objects.

See Also