Specifies the general layout of items within a composite control.
Syntax
public enum Orientation
Remarks
Members
Member Name | Description |
---|
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