ORIENTATION Attribute

Sets or retrieves a value that indicates the alignment of the object within the document.

Syntax

HTML <namespace:ELEMENT ORIENTATION=sOrientation ... >
Scripting N/A

Possible Values

namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.
sOrientation String that specifies one of the following values.
horizontal
Default. Object is rendered horizontally within the document.
vertical
Object is rendered vertically.

Remarks

To set or retrieve the value of this attribute with script, use either the setAttribute or getAttribute method.

Applies To

TABSTRIP, TOOLBAR

See Also

getAttribute, setAttribute, Internet Explorer WebControls, About the MultiPage WebControl, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl, Orientation