Search
DiagramExtensions.AllowLinksRepeat Method
See Also
 





Sets a value indicating whether more than one arrow can link the same origin and destination diagram nodes.

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

 Syntax

C#  Copy Code

public static Diagram AllowLinksRepeat (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

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

 Parameters

diagram

value

 Return Value

 See Also