PopupPrimaryAxis Enum
Definition
public enum class PopupPrimaryAxis
public enum PopupPrimaryAxis
type PopupPrimaryAxis =
Public Enum PopupPrimaryAxis
- Inheritance
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.