ORIENTATION Attribute | Orientation Property
Sets or retrieves a value that indicates the alignment of the object within the document.
Syntax
Visual Basic Public Property Orientation As Orientation C# public Orientation Orientation { get; set; } Managed C++ public: __property Orientation get_Orientation();
public: __property void set_Orientation(Orientation);JScript public function get Orientation() : Orientation;
public function set Orientation(Orientation);
Possible Values
Orientation Orientation that specifies or receives a value that indicates the alignment of the object within the document. horizontalDefault. Object is rendered horizontally within the document.vertical
Object is rendered vertically.The property is read/write. The property has a default value of horizontal.
Applies To
TABSTRIP, TOOLBAR
See Also
Internet Explorer WebControls, About the MultiPage WebControl, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl, Orientation