Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the alignment of the current menu instance.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MenuAlignment As MenuAlignment
Get
Set
'Usage
Dim instance As Menu
Dim value As MenuAlignment
value = instance.MenuAlignment
instance.MenuAlignment = value
public MenuAlignment MenuAlignment { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.MenuAlignment
One of the MenuAlignment values. Possible values are Default, Left, and Right. The default value is Default.