Gets or sets a combination of flags that specify what actions can be performed by clicking the right mouse button.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public MouseButtonActions RightButtonActions { get; set; } |
Visual Basic Copy Code |
---|
Public Property RightButtonActions As MouseButtonActions |
A combination of the MouseButtonActions enumeration members. The default is Cancel.
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.
WpfDiagram Programmer's Guide | © 2023 MindFusion |