MenuAlignment Enumeration

Specifies the alignment of a Menu control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Enumeration MenuAlignment
'Usage
Dim instance As MenuAlignment
public enum MenuAlignment

Members

Member name Description
Default Value: 0. Aligns the menu on the default side for the given [T:Microsoft.SharePoint.WebControls.MenuFormat.]
Left Value: 1. Aligns the menu on the left side in a left-to-right build and on the right side in a right-to-left build.
Right Value: 2. Aligns the menu on the right side in a left-to-right build and on the left side in a right-to-left build.

See Also

Reference

Microsoft.SharePoint.WebControls Namespace