ScalePosition Enum
Specifies the scale position within an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
None
|
A scale is not displayed in an editor. |
Both
|
A scale is displayed at both sides of the editor: left and right (for the vertical orientation), or top and bottom (for the horizontal orientation). |
RightOrBottom
|
A scale is displayed at the right side of the editor (for the vertical orientation) or at the bottom side (for the horizontal orientation). |
LeftOrTop
|
A scale is displayed at the left side of the editor (for the vertical orientation) or at the top side (for the horizontal orientation). |
Related API Members
The following properties accept/return ScalePosition values:
Remarks
The ScalePosition enumerator contains values specifying the position of the scale within an editor. Note that for LeftOrTop and RightOrBottom values, the position depends on editor orientation. The orientation is specified via the ASPxTrackBar.Orientation property.
The values of this enumerator are used to set the ASPxTrackBar.ScalePosition and TrackBarProperties.ScalePosition properties.