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

Menu

MenuCommand

WinJS.UI Namespace

MenuCommand

Flyout

Displaying popups

Laying out your UI

HTML flyout control sample

Designers

Command patterns

Flyout

Guidelines for flyouts

Context menu

Guidelines for context menus