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

LinearScale.PredefinedLinePresentations Property

Returns a list of predefined presentations for lines.

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> PredefinedLinePresentations { get; }

Property Value

Type Description
List<PredefinedElementKind>

A List<T> of PredefinedElementKind objects.

See Also