LinearScaleLayoutMode Enum
Lists possible layouts of a linear scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
LeftToRight
|
A linear scale is positioned from left to right. |
RightToLeft
|
A linear scale is positioned from right to left. |
BottomToTop
|
A Linear scale is positioned from bottom to top. |
TopToBottom
|
A linear scale is positioned from top to bottom. |
Related API Members
The following properties accept/return LinearScaleLayoutMode values:
Remarks
The values listed by the LinearScaleLayoutMode enumeration are used to set the LinearScale.LayoutMode property.
See Also