Click or drag to resize

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
Members
  Member nameValueDescription
None0 Don't show the value.
Top1 Show value above the handle (when it' active).
Left2 Show value at the left side of the slider.
Bottom3 Show value below the handle (when it's active).
Right4 Show value at the right side of the slider.
Remarks