Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FlyoutBase.Placement Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls.Primitives
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.
Gets or sets the default placement to be used for the flyout, in relation to its placement target.
public:
property FlyoutPlacementMode Placement { FlyoutPlacementMode get(); void set(FlyoutPlacementMode value); };
FlyoutPlacementMode Placement();
void Placement(FlyoutPlacementMode value);
public FlyoutPlacementMode Placement { get; set; }
var flyoutPlacementMode = flyoutBase.placement;
flyoutBase.placement = flyoutPlacementMode;
Public Property Placement As FlyoutPlacementMode
<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
See also
Feedback
Was this page helpful?
