Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ArcScaleLayoutMode Enum

Lists possible layouts of an arc scale.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public enum ArcScaleLayoutMode

#Members

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 layout depends on the start and end scale angles.

ArcScaleLayoutMode_HalfTop ArcScaleLayoutMode_QuarterTopRight

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

#Related API Members

The following properties accept/return ArcScaleLayoutMode values:

#Remarks

The values listed by the ArcScaleLayoutMode enumeration are used to set the ArcScale.LayoutMode property.

See Also