IsPointerOver Property
Gets a value indicating whether the pointer is currently over the control.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsPointerOver { get; }
Public ReadOnly Property IsPointerOver As Boolean
Get
abstract IsPointerOver : bool with get
override IsPointerOver : bool with get