IInputRootPointerOverElement Property

Gets or sets the input element that the pointer is currently over.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IInputElement? PointerOverElement { get; set; }

Property Value

IInputElement

See Also