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
SyntaxC#
Copy Code
|
|---|
public bool AutoCaptureMouse { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoCaptureMouse As Boolean |
true to capture the mouse input, otherwise false. The default is true.
See Also