Gets or sets a combination of flags that specify what actions can be performed via the middle mouse button.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public MouseButtonActions MiddleButtonActions { get; set; } |
Visual Basic Copy Code |
---|
Public Property MiddleButtonActions As MouseButtonActions |
A combination of the MouseButtonActions enumeration members. The default is None.
This property allows the following actions to be assigned to the middle mouse button: panning the diagram view, canceling the current drawing operation, or starting a multiple selection operation.
WpfDiagram Programmer's Guide | © 2024 MindFusion |