Placement Enumeration

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

Syntax

public enum class Placement  

Members

Member Value Description
Above Place the context menu above the selection rectangle.
Below Place the context menu below the selection rectangle.
Default Place the context menu above the selection rectangle.
Left Place the context menu to the left of the selection rectangle.
Right Place the context menu to the right of the selection rectangle.

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

Windows.UI.Popups Namespace