DiagramLite Programmer's Guide
DiagramItem.IsMouseOver Property
See Also
 





Gets a value indicating whether the mouse pointer is located over this item. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool IsMouseOver { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsMouseOver As Boolean

 Property Value

true if the mouse pointer is over this item; otherwise, false.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace