MindFusion.Wpf Pack Programmer's Guide
DiagramLinkExtensions.Dynamic(T) Method
See Also
 





Sets a value indicating whether a link automatically adjusts its end points positions in order to keep pointing to the centers of nodes that it connects.

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

 Syntax

C#  Copy Code

public static T Dynamic<T> (
    T diagramLink,
    bool value
) where T : DiagramLink

Visual Basic  Copy Code

Public Shared Function Dynamic(Of T As DiagramLink) ( _
    diagramLink As T, _
    value As Boolean _
) As T

 Parameters

diagramLink

value

 Return Value

 See Also

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