Specifies where the context menu should be positioned relative to the selection rectangle.
Syntax
var value = Windows.UI.Popups.Placement.default;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The Placement enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Default | default | 0 |
Place the context menu above the selection rectangle. |
| Above | above | 1 |
Place the context menu above the selection rectangle. |
| Below | below | 2 |
Place the context menu below the selection rectangle. |
| Left | left | 3 |
Place the context menu to the left of the selection rectangle. |
| Right | right | 4 |
Place the context menu to the right of the selection rectangle. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013