FlyoutBase.OverlayInputPassThroughElement Property

Definition

Gets or sets an element that should receive pointer input events even when underneath the flyout's overlay.

C#
public DependencyObject OverlayInputPassThroughElement { get; set; }

Property Value

The element that should receive pointer input events even when underneath the flyout's overlay.

Remarks

For more info, see Light dismiss behavior in the Flyouts article.

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