Gets or sets a value indicating whether the nodes within individual lanes are compacted.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public bool CompactNodes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CompactNodes As Boolean |
true to compact nodes, otherwise false. The default value is true.
See Also