FlyoutBase.Placement Property

Definition

Gets or sets the default placement to be used for the flyout, in relation to its placement target.

C#
public FlyoutPlacementMode Placement { get; set; }
XAML
<flyoutPlacement="flyoutPlacementModeMemberName" />

Property Value

A named constant of the enumeration that indicates where the flyout is placed in relation to its placement target. The default is Top.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also