MindFusion.Wpf Pack Programmer's Guide
MoveNodesBehavior.SetMouseCursor Method
See Also
 





BehaviorBase.SetMouseCursor override.

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

 Syntax

C#  Copy Code

public override CursorHint SetMouseCursor (
    Point point,
    out bool startInteraction
)

Visual Basic  Copy Code

Public Overrides Function SetMouseCursor( _
    point As Point, _
    <System.Runtime.InteropServices.Out()> ByRef startInteraction As Boolean _
) As CursorHint

 Parameters

point

A Point structure that specifies the position of the mouse cursor.

startInteraction

true if the user is going to create, delete, modify or select a DiagramItem; false if mouse behavior is not considered; in this case the mouse pointer is set to a default cursor according to the background LaneGrid.

 Return Value

A member of the CursorHint enumeration.

 See Also

MoveNodesBehavior Members
MoveNodesBehavior Class
MindFusion.Diagramming.Wpf.Behaviors Namespace