Skip to main content
Tab

ScalePosition Enum

Specifies the scale position within an editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ScalePosition

Members

Name Description
None

A scale is not displayed in an editor.

ScalePosition_None

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).

ScalePosition_Both

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).

ScalePosition_RightOrBottom

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).

ScalePosition_LeftOrTop

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.

See Also