Search
DiagramItem.AutoCaptureMouse Property
See Also
 






Gets or sets whether the item should capture the mouse input when the left button is pressed over it. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoCaptureMouse { get; set; }

Visual Basic  Copy Code

Public Property AutoCaptureMouse As Boolean

 Property Value

true to capture the mouse input, otherwise false. The default is true.

 See Also