Gets or sets whether large nodes (like containers) should span multiple layers.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool SpanLargeNodes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SpanLargeNodes As Boolean |
true to allow nodes to span multiple layers, or false otherwise. The default value is false.
RemarksThe 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