DiagramLite Programmer's Guide
InteractionState.IsAllowed Method
See Also
 





Checks whether the current interaction can be completed at the specified point.

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

 Syntax

C#  Copy Code

public bool IsAllowed (
    Point point
)

Visual Basic  Copy Code

Public Function IsAllowed( _
    point As Point _
) As Boolean

 Parameters

point

 Return Value

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming Namespace