请注意:此 API 现在已过时。
WebPartZone控件中指定的 Web 部件的方向。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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
成员
| 成员名称 | 说明 | |
|---|---|---|
| Vertical | 已过时。Web 部件将布局从上到下。 | |
| Horizontal | 已过时。Web 部件将布局从左到右。 |