DiagramLite Programmer's Guide
InteractionState.Action Property
See Also
 





Gets or sets the type of Action currently performed by the user in the Diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Action Action { get; set; }

Visual Basic  Copy Code

Public Property Action As Action

 Property Value

A member of the Action enumeration that specifies what kind of action the user currently performes on the Diagram.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming Namespace