Search
Palette.SetAutoConnectLinks Method
See Also
 





Sets whether links should be automatically connected to the nearest node.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Palette SetAutoConnectLinks (
    bool value
)

Visual Basic  Copy Code

Public Function SetAutoConnectLinks( _
    value As Boolean _
) As Palette

 Parameters

value

 Return Value

 See Also