Orientation Enumeration
NOTE: This API is now obsolete.
Specifies the orientation of Web Parts in a WebPartZone control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<ObsoleteAttribute("Use System.Web.UI.WebControls.Orientation instead.")> _
Public Enumeration Orientation
Dim instance As Orientation
[ObsoleteAttribute("Use System.Web.UI.WebControls.Orientation instead.")]
public enum Orientation
Members
Member name | Description | |
---|---|---|
Vertical | Obsolete. Web Parts will be laid out top to bottom. | |
Horizontal | Obsolete. Web Parts will be laid out left to right. |