FlyoutPlacementMode Enum

Definition

Defines constants that specify the preferred ___location for positioning a FlyoutBase derived control relative to a visual element.

public enum class FlyoutPlacementMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FlyoutPlacementMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FlyoutPlacementMode
Public Enum FlyoutPlacementMode
Inheritance
FlyoutPlacementMode
Attributes

Fields

Name Value Description
Top 0

Preferred ___location is above the target element.

Bottom 1

Preferred ___location is below the target element.

Left 2

Preferred ___location is to the left of the target element.

Right 3

Preferred ___location is to the right of the target element.

Full 4

Preferred ___location is centered on the screen.

TopEdgeAlignedLeft 5

Preferred ___location is above the target element, with the left edge of flyout aligned with left edge of the target element.

TopEdgeAlignedRight 6

Preferred ___location is above the target element, with the right edge of flyout aligned with right edge of the target element.

BottomEdgeAlignedLeft 7

Preferred ___location is below the target element, with the left edge of flyout aligned with left edge of the target element.

BottomEdgeAlignedRight 8

Preferred ___location is below the target element, with the right edge of flyout aligned with right edge of the target element.

LeftEdgeAlignedTop 9

Preferred ___location is to the left of the target element, with the top edge of flyout aligned with top edge of the target element.

LeftEdgeAlignedBottom 10

Preferred ___location is to the left of the target element, with the bottom edge of flyout aligned with bottom edge of the target element.

RightEdgeAlignedTop 11

Preferred ___location is to the right of the target element, with the top edge of flyout aligned with top edge of the target element.

RightEdgeAlignedBottom 12

Preferred ___location is to the right of the target element, with the bottom edge of flyout aligned with bottom edge of the target element.

Auto 13

Preferred ___location is determined automatically.

Applies to

See also