FlyoutBase.ShouldConstrainToRootBounds Property

Definition

Gets or sets a value that indicates whether the flyout should be shown within the bounds of the XAML root.

C#
public bool ShouldConstrainToRootBounds { get; set; }

Property Value

Boolean

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

Remarks

This property is supported in Windows App SDK apps as of version 1.4. Before that the IsConstrainedToRootBounds property is always true.

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