Back to Devexpress

LinearScale.PredefinedLinePresentations Property

wpf-devexpress-dot-xpf-dot-gauges-dot-linearscale-ab37df1a.md

latest1.3 KB
Original Source

LinearScale.PredefinedLinePresentations Property

Returns a list of predefined presentations for lines.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Property Value

TypeDescription
List<PredefinedElementKind>

A List<T> of PredefinedElementKind objects.

|

See Also

LinearScale Class

LinearScale Members

DevExpress.Xpf.Gauges Namespace