FlyoutPlacementMode
FlyoutPlacementMode
FlyoutPlacementMode
FlyoutPlacementMode
Enum
Definition
Defines constants that specify the preferred location for positioning a FlyoutBase derived control relative to a visual element.
public : enum class FlyoutPlacementModepublic enum FlyoutPlacementModePublic Enum FlyoutPlacementMode// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bottom Bottom Bottom Bottom | The preferred location of the flyout is below the target element. |
| Full Full Full Full | The preferred location of the flyout is centered on the screen. |
| Left Left Left Left | The preferred location of the flyout is to the left of the target element. |
| Right Right Right Right | The preferred location of the flyout is to the right of the target element. |
| Top Top Top Top | The preferred location of the flyout is above the target element. |