Search
LayeredLayoutExtensions.IgnoreNodeSize(T) Method
See Also
 





Sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.

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

 Syntax

C#  Copy Code

public static T IgnoreNodeSize<T> (
    T layeredLayout,
    bool value
) where T : LayeredLayout

Visual Basic  Copy Code

Public Shared Function IgnoreNodeSize(Of T As LayeredLayout) ( _
    layeredLayout As T, _
    value As Boolean _
) As T

 Parameters

layeredLayout

value

 Return Value

 See Also