| SliderValuePosition Enumeration |
Represents a position of the current slider value.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public enum SliderValuePosition
Public Enumeration SliderValuePosition
Members
| Member name | Value | Description |
---|
| None | 0 |
Don't show the value.
|
| Top | 1 |
Show value above the handle (when it' active).
|
| Left | 2 |
Show value at the left side of the slider.
|
| Bottom | 3 |
Show value below the handle (when it's active).
|
| Right | 4 |
Show value at the right side of the slider.
|
Remarks See Also