PopupFlyoutBaseOverlayInputPassThroughElement Property
Gets or sets an element that should receive pointer input events even when underneath
the flyout's overlay.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IInputElement? OverlayInputPassThroughElement { get; set; }
Public Property OverlayInputPassThroughElement As IInputElement
Get
Set
member OverlayInputPassThroughElement : IInputElement with get, set
Property Value
IInputElement