Gets or sets a value indicating whether cells are aligned one next to another so that their borders don't overlap.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AlignCells { get; set; } |
Visual Basic Copy Code |
---|
Public Property AlignCells As Boolean |
true to align cells; otherwise, false. The default is true.