Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property.
Syntax
'Declaration
Public ReadOnly Property IsMouseOver As Boolean
public bool IsMouseOver {get;}
Property Value
true if mouse pointer is over the element or its child elements; otherwise, false. The default is false.
See Also