MindFusion.Wpf Pack Programmer's Guide
DiagramExtensions.DisallowLinkCursor Method
See Also
 





Sets the mouse cursor shown to the user when an arrow is being created but cannot be ended at the current location.

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

 Syntax

C#  Copy Code

public static Diagram DisallowLinkCursor (
    Diagram diagram,
    Cursor value
)

Visual Basic  Copy Code

Public Shared Function DisallowLinkCursor( _
    diagram As Diagram, _
    value As Cursor _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also

DiagramExtensions Members
DiagramExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace