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