Encapsulates the current state of user interaction with the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class InteractionState |
Visual Basic
Copy Code
|
|---|
Public Class InteractionState |
RemarksReturn an instance of this class from the StartDraw method of a custom Behavior class.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.InteractionState
See Also