Search
InteractionState Class
Remarks See Also
 





Encapsulates the current state of user interaction with the control.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class InteractionState

Visual Basic  Copy Code

Public Class InteractionState

 Remarks

Return an instance of this class from the StartDraw method of a custom Behavior class.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.InteractionState

 See Also