MindFusion.Wpf Pack Programmer's Guide
BehaviorBase.SetModfCursor Method
See Also
 





Updates the current cursor according to the specified cursor position and diagram state.

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

 Syntax

C#  Copy Code

protected CursorHint SetModfCursor (
    Point point,
    AdjustmentHandle handle,
    bool active,
    bool autoh
)

Visual Basic  Copy Code

Protected Function SetModfCursor( _
    point As Point, _
    handle As AdjustmentHandle, _
    active As Boolean, _
    autoh As Boolean _
) As CursorHint

 Parameters

point

A Point structure that specifies the current mouse position.

handle
The adjustment handle pointed by mouse cursor.
active

Specifies whether the mouse is over the ActiveItem.

autoh

true when the mouse is over a DiagramItem and the ModificationStart property of the DiagramView is set to AutoHandles.

 Return Value

A member of the CursorHint enumeration.

 See Also

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