PopupPrimaryAxis Enum

Definition

Describes the direction to move a Popup control to increase the amount of the Popup that is visible.

public enum class PopupPrimaryAxis
public enum PopupPrimaryAxis
type PopupPrimaryAxis = 
Public Enum PopupPrimaryAxis
Inheritance
PopupPrimaryAxis

Fields

Horizontal 1

A Popup control changes position by moving along the horizontal axis of the screen before moving along the vertical axis.

None 0

A Popup control changes position according to default Popup behavior.

Vertical 2

A Popup control changes position by moving along the vertical axis of the screen before moving along the horizontal axis.

Remarks

This enumeration is a return value type for a CustomPopupPlacementCallback delegate that is used to define custom placement for a Popup.

Applies to

See also