Click or drag to resize
EntityIsMouseOver Property
Return if the mouse is currently over this entity (regardless of whether or not mouse button is down).

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsMouseOver { get; }

Property Value

Type: Boolean
See Also