Specifies whether mouse input is processed by the diagram or the hosted control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public MouseInputMode MouseInputMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MouseInputMode As MouseInputMode |
A member of the MouseInputMode enumeration. The default value is HandledByDiagram.
RemarksSet this property to HandledByHostedControl to let hosted interactive controls, such as sliders and scrollbars, process mouse input. Otherwise the Diagram control could start its own interactive operation such as drawing a link or selecting items, depending on the current Behavior value.
See Also