ORIENTATION Attribute | Orientation Property
Retrieves a value that indicates the alignment of the object within the document.
Syntax
Visual Basic Protected ReadOnly Property Orientation As Orientation C# protected Orientation Orientation { get; } Managed C++ protected: __property Orientation get_Orientation(); JScript protected function get Orientation() : Orientation;
Possible Values
sOrientation 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-only. The property has a default value of horizontal.
Applies To
TabItem, ToolbarItem
See Also
Orientation, About the TabStrip WebControl, About the Toolbar WebControl