Menu.alignment property
Gets or sets the default alignment to be used for this Menu.
This value can be overridden by the alignment passed in the show method.
Syntax
var alignment = menu.alignment;
menu.alignment = alignment;
Property value
Type: Object
For top or bottom placement, the alignment of the Menu to the anchor's edge: center, left, or right. The default is center.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
MenuCommand
Designers
Guidelines for flyouts
Guidelines for context menus