MindFusion.Wpf Pack Programmer's Guide
InteractionState.ValidateAndSetCursor Method
See Also
 





Sets the cursor depending on whether the interaction can be completed at the specified point or not.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public CursorHint ValidateAndSetCursor (
    Point point,
    Diagram diagram
)

Visual Basic  Copy Code

Public Function ValidateAndSetCursor( _
    point As Point, _
    diagram As Diagram _
) As CursorHint

 Parameters

point
A .NET Point instance indicating the location of the cursor, in document coordinates.
diagram
The Diagram, at which the interaction is performed.

 Return Value

One of the CursorHint enumeration values, which is used by Diagram to set its Cursor property.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming.Wpf Namespace