PointerOverElement Property
Gets or sets the input element that the pointer is currently over.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IInputElement? PointerOverElement { get; set; }
Property PointerOverElement As IInputElement
Get
Set
abstract PointerOverElement : IInputElement with get, set