MindFusion.Wpf Pack Programmer's Guide
DiagramView.MiddleButtonActions Property
See Also
 





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

 Syntax

C#  Copy Code

public MouseButtonActions MiddleButtonActions { get; set; }

Visual Basic  Copy Code

Public Property MiddleButtonActions As MouseButtonActions

 Property Value

A combination of the MouseButtonActions enumeration members. The default is None.

 Remarks

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.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
RightButtonActions Property