DiagramLite Programmer's Guide
DiagramItem.IsMouseDown Property
See Also
 





Gets a value indicating whether the mouse button is pressed over this item. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool IsMouseDown { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsMouseDown As Boolean

 Property Value

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

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace