Orientation Enumerated Type
Specifies the alignment of an object within a document.
Syntax
Visual Basic Public Enum Orientation C# public enum Orientation Managed C++ public: enum Orientation JScript public enum Orientation
Constants
Constant Name Description Horizontal The object is rendered horizontally within the document. Vertical The object is rendered vertically within the document.
Enumerated Type Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
See Also