Popup.ShouldConstrainToRootBounds Property

Definition

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

C#
public bool ShouldConstrainToRootBounds { get; set; }

Property Value

Boolean

true if the popup should be shown within the bounds of the XAML root; otherwise, false. The default is true.

Remarks

This property is supported in Windows App SDK apps as of version 1.4. Before that the IsConstrainedToRootBounds property was 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