Skip to main content

Scale.PredefinedTickmarksPresentations Property

Contains the list of predefined presentations for scale tickmarks.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public static List<PredefinedElementKind> PredefinedTickmarksPresentations { get; }

Property Value

Type Description
List<PredefinedElementKind>

A List<T> of PredefinedElementKind objects.

See Also