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

ArcScaleRangeBar.PredefinedPresentations Property

Returns a list of predefined presentations for an arc scale range bar.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public static List<PredefinedElementKind> PredefinedPresentations { get; }

Property Value

Type Description
List<PredefinedElementKind>

A List<T> of PredefinedElementKind objects.

See Also