Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 820 Bytes

flyoutbase_isconstrainedtorootbounds.md

File metadata and controls

32 lines (18 loc) · 820 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.IsConstrainedToRootBounds
winrt property
19H1

Windows.UI.Xaml.Controls.Primitives.FlyoutBase.IsConstrainedToRootBounds

-description

Gets a value that indicates whether the flyout is shown within the bounds of the XAML root.

-property-value

true if the flyout is shown within the bounds of the XAML root; otherwise, false.

-remarks

For more info, see ShouldConstrainToRootBounds.

-see-also

ShouldConstrainToRootBounds, Popup.IsConstrainedToRootBounds

-examples