Search
LayeredLayout.SpanLargeNodes Property
See Also
 





Gets or sets whether large nodes (like containers) should span multiple layers.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool SpanLargeNodes { get; set; }

Visual Basic  Copy Code

Public Property SpanLargeNodes As Boolean

 Property Value

true to allow nodes to span multiple layers, or false otherwise. The default value is false.

 Remarks

The number of spanned layers depends on the ratio of a node's size to the mean node size. You can override it by adding a LayeredLayoutTraits.LayerSpan entry to the LayoutTraits property of nodes.

 See Also