PopupFlyoutBaseOverlayInputPassThroughElement Property

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

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IInputElement? OverlayInputPassThroughElement { get; set; }

Property Value

IInputElement

See Also