PopupPrimaryAxis Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class PopupPrimaryAxis
public enum PopupPrimaryAxis
type PopupPrimaryAxis =
Public Enum PopupPrimaryAxis
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | A Popup control changes position according to default Popup behavior. |
Horizontal | 1 | A Popup control changes position by moving along the horizontal axis of the screen before moving along the vertical axis. |
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.