Sets or retrieves whether the slider bar for the slider behavior will render horizontally or vertically.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('slider.htc'); sl--orientation: vertical | horizontal;" .../> HTML { sl--orientation: vertical | horizontal } Scripting [ vertical | horizontal = ] oSlider.style.slOrientation
Possible Values
Prefix Prefix used to associate CustomTag with a namespace. This prefix is set using the XMLNS attribute of the HTML tag. CustomTag User-defined tag. sID String that uniquely identifies the object. vertical String specifying that the slider is rendered vertically on the Web page. horizontal String specifying that the slider is rendered horizontally on the Web page. The property is read/write with a default value of horizontal.
Remarks
The sl--orientation attribute is read-only at run time.
The sl--orientation attribute is available only to objects participating in the slider behavior.
Applies To
slider