Back to Devexpress

Scale.PredefinedLabelPresentations Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scale-b8a6835b.md

latest1.3 KB
Original Source

Scale.PredefinedLabelPresentations Property

Returns a list of predefined presentations for labels.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public static List<PredefinedElementKind> PredefinedLabelPresentations { get; }
vb
Public Shared ReadOnly Property PredefinedLabelPresentations 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