Specifies whether mouse input is processed by the diagram or the hosted control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public MouseInputMode MouseInputMode { get; set; } |
Visual Basic
![]() |
---|
Public Property MouseInputMode As MouseInputMode |
A member of the MouseInputMode enumeration. The default value is HandledByDiagram.
Set 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.
WpfDiagram Programmer's Guide | © 2025 MindFusion |