SP.UI.AspMenu.menuOrientation Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Remarks
Applies To
Gets or sets the direction in which to render the AspMenu control.
var value = SP.UI.AspMenu.get_menuOrientation();
SP.UI.AspMenu.set_menuOrientation(value);
Property Value
Type: Object
The direction in which to render the AspMenu control.
Remarks
There are two valid values for the property: 0 for horizontal; 1 for vertical.