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 MenuAlignment for the menus contained within this PublishingMenu. Alignment can be Left, Right, or Default.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property MenuAlignment As MenuAlignment
Get
Set
'Usage
Dim instance As PublishingMenu
Dim value As MenuAlignment
value = instance.MenuAlignment
instance.MenuAlignment = value
public MenuAlignment MenuAlignment { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.MenuAlignment
Remarks
The PublishingMenu is rendered as a set of Microsoft SharePoint Foundation menu controls. Each of these menus is rendered with the MenuAlignment specified by this property.