Back to Devexpress

Scale.PredefinedTickmarksPresentations Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scale-85cc25d5.md

latest1.3 KB
Original Source

Scale.PredefinedTickmarksPresentations Property

Contains the list of predefined presentations for scale tickmarks.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public static List<PredefinedElementKind> PredefinedTickmarksPresentations { get; }
vb
Public Shared ReadOnly Property PredefinedTickmarksPresentations As List(Of PredefinedElementKind)

Property Value

TypeDescription
List<PredefinedElementKind>

A List<T> of PredefinedElementKind objects.

|

See Also

Scale Class

Scale Members

DevExpress.Xpf.Gauges Namespace