Placement Placement Placement Placement Enum
Definition
Specifies where the context menu should be positioned relative to the selection rectangle.
public : enum class Placementpublic enum PlacementPublic Enum Placement// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Above Above Above Above | Place the context menu above the selection rectangle. |
| Below Below Below Below | Place the context menu below the selection rectangle. |
| Default Default Default Default | Place the context menu above the selection rectangle. |
| Left Left Left Left | Place the context menu to the left of the selection rectangle. |
| Right Right Right Right | Place the context menu to the right of the selection rectangle. |