IInputRoot.

PointerOverElement Property

Summary

Gets or sets the input element that the pointer is currently over.
Namespace
Avalonia.Input
Containing Type
IInputRoot

Syntax

IInputElement? PointerOverElement { get; set; }

Value

Type Description
IInputElement?