Defines values that identify the possible actions a user can carry out on diagram items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum Action |
Visual Basic
![]() |
---|
Public Enum Action |
Member name | Description | |
---|---|---|
![]() |
Create |
Draw a new item. |
![]() |
Modify |
Modify an existing item. |
![]() |
None |
Do not perform any action. |
![]() |
Split |
Split a link's segment. |
Members of this enumeration are used as parameters of the InteractionState constructor.
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |