Search
DiagramExtensions.LinkEndsMovable Method
See Also
 





Sets a value indicating whether link ends can be moved by users after the link is created.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram LinkEndsMovable (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

Public Shared Function LinkEndsMovable( _
    diagram As Diagram, _
    value As Boolean _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also