IsMouseOver Property (RPolygon)
In This Topic
Gets the value which indicates whether the mouse cursor is over the plot element.
Syntax
'Declaration
Public ReadOnly Property IsMouseOver As Boolean
'Usage
Dim instance As RPolygon
Dim value As Boolean
value = instance.IsMouseOver
public bool IsMouseOver {get;}
See Also