ToolBarMenuButton.MenuAlignment 属性
MenuAlignment: 指定是否菜单左或向右对齐
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property MenuAlignment As MenuAlignment
Get
Set
用法
Dim instance As ToolBarMenuButton
Dim value As MenuAlignment
value = instance.MenuAlignment
instance.MenuAlignment = value
public MenuAlignment MenuAlignment { get; set; }
属性值
类型:Microsoft.SharePoint.WebControls.MenuAlignment
返回MenuAlignment。