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

ArcScale.LayoutMode Property

Provides different types of layouts for the Circular Scale.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public ArcScaleLayoutMode LayoutMode { get; set; }

Property Value

Type Description
ArcScaleLayoutMode

An ArcScaleLayoutMode enumeration value that specifies the possible ways a circular scale can be positioned.

Available values:

Name Description
Circle

An arc scale always appears as a circle that tries to occupy as much space as possible.

ArcScaleLayoutMode_Circle

Ellipse

An arc scale appears as an ellipse which sides are stretched.

ArcScaleLayoutMode_Ellipse

Auto

An arc scale appears as an ellipse whose length depends on the start and end scale angles.

ArcScaleLayoutMode_Auto

HalfTop

An arc scale appears as the upper half of a circle which tries to occupy as much space as possible.

ArcScaleLayoutMode_HalfTop

QuarterTopLeft

An arc scale appears as an upper left quarter circle.

ArcScaleLayoutMode_QuarterTopLeft

QuarterTopRight

An arc scale appears as an upper right quarter circle.

ArcScaleLayoutMode_QuarterTopRight

ThreeQuarters

An arc scale is displayed as a three quarter circle.

ArcScaleLayoutMode_ThreeQuarters

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LayoutMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also