MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 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

LayeredLayoutExtensions Members
LayeredLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace