Search
BehaviorBase.InteractionState Property
See Also
 






Gets or sets an InteractionState instance that tracks the modification currently being done on an item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected InteractionState InteractionState { get; set; }

Visual Basic  Copy Code

Protected Property InteractionState As InteractionState

 Property Value

An InteractionState instance.

 See Also