Gets or sets an InteractionState instance that tracks the modification currently being done on an item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected InteractionState InteractionState { get; set; } |
Visual Basic
Copy Code
|
|---|
Protected Property InteractionState As InteractionState |
An InteractionState instance.
See Also