OverlayInputPassThroughElement 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)
- C#
- VB
- F#
public IInputElement? OverlayInputPassThroughElement { get; set; }
Public Property OverlayInputPassThroughElement As IInputElement
Get
Set
member OverlayInputPassThroughElement : IInputElement with get, set
Property Value
IInputElementSee Also
Reference
PopupFlyoutBase Class
Avalonia.Controls.Primitives Namespace