ToolBarMenuButton.MenuAlignment property

MenuAlignment: Specifies whether the menu is left or right aligned

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MenuAlignment As MenuAlignment
    Get
    Set
'Usage
Dim instance As ToolBarMenuButton
Dim value As MenuAlignment

value = instance.MenuAlignment

instance.MenuAlignment = value
public MenuAlignment MenuAlignment { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.MenuAlignment
Returns MenuAlignment.

See also

Reference

ToolBarMenuButton class

ToolBarMenuButton members

Microsoft.SharePoint.WebControls namespace