TrackBarProperties.ScalePosition Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ScalePosition.None)]
public ScalePosition ScalePosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scale |
None | One of the Scale |
Available values:
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). |
Right |
A scale is displayed at the right side of the editor (for the vertical orientation) or at the bottom side (for the horizontal orientation). |
Left |
A scale is displayed at the left side of the editor (for the vertical orientation) or at the top side (for the horizontal orientation). |
#Remarks
You can use the ScalePosition property to specify where the scale can be displayed: on one or both sides along the track.
Note
The Scale