System.Web.UI.WebControls.Orientation Enumeration

Specifies the general layout of items within a composite control.

Syntax

public enum Orientation

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Horizontal

Lays out the elements of the control in a horizontal manner. Most controls are side-by-side, with very little stacking of controls.

Vertical

Lays out the elements of the control in a vertical manner. Most controls are stacked, with few controls side-by-side.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0