Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 806 Bytes

placement.md

File metadata and controls

37 lines (25 loc) · 806 Bytes
-api-id -api-type
T:Windows.UI.Popups.Placement
winrt enum

Placement

-description

Specifies where the context menu should be positioned relative to the selection rectangle.

-enum-fields

-field Default:0

Place the context menu above the selection rectangle.

-field Above:1

Place the context menu above the selection rectangle.

-field Below:2

Place the context menu below the selection rectangle.

-field Left:3

Place the context menu to the left of the selection rectangle.

-field Right:4

Place the context menu to the right of the selection rectangle.

-remarks

-examples

-see-also

PopupMenu.ShowForSelectionAsync