Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 889 Bytes

flyoutbase_isconstrainedtorootbounds.md

File metadata and controls

29 lines (17 loc) · 889 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.IsConstrainedToRootBounds
winrt property

Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.IsConstrainedToRootBounds

-description

Gets a value that indicates whether the flyout is shown within the bounds of the XAML root. This property is always true for Windows App SDK apps.

-property-value

true if the flyout is shown within the bounds of the XAML root; otherwise, false. This value is always true for Windows App SDK apps.

-remarks

For more info, see ShouldConstrainToRootBounds.

-see-also

ShouldConstrainToRootBounds, Popup IsConstrainedToRootBounds

-examples