Flyout.anchor property
Gets or sets the default anchor to be used for this Flyout.
This value can be overridden by the anchor passed in the show method.
Syntax
var anchor = flyout.anchor;
flyout.anchor = anchor;
Property value
Type: HTMLElement
The DOM element to anchor the Flyout.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
Designers
Guidelines for flyouts
Guidelines for context menus