Gets or sets a value indicating whether the nodes within individual lanes are compacted.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# 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.