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





Gets or sets a combination of flags that specify what actions can be performed via the right mouse button.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public MouseButtonActions RightButtonActions { get; set; }

Visual Basic  Copy Code

Public Property RightButtonActions As MouseButtonActions

 Property Value

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

 Remarks

This property allows the following actions to be assigned to the right 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
MiddleButtonActions Property