ArcScale.LayoutMode Property
Provides different types of layouts for the Circular Scale.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(ArcScaleLayoutMode.Auto, Handler = "LayoutModePropertyChanged")]
public ArcScaleLayoutMode LayoutMode { get; set; }
#Property Value
Type | Description |
---|---|
Arc |
An Arc |
Available values:
Name | Description |
---|---|
Circle | An arc scale always appears as a circle that tries to occupy as much space as possible. |
Ellipse | An arc scale appears as an ellipse whose sides are stretched. |
Auto | An arc scale appears as an ellipse whose length depends on the start and end scale angles. |
Half |
An arc scale appears as the upper half of a circle which tries to occupy as much space as possible. |
Quarter |
An arc scale appears as an upper left quarter circle. |
Quarter |
An arc scale appears as an upper right quarter circle. |
Three |
An arc scale is displayed as a three quarter circle. |