Gets a value indicating whether the mouse pointer is located over this item. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IsMouseOver { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsMouseOver As Boolean |
true if the mouse is positioned over this item, otherwise false.
See Also