Search
Grid.AlignCells Property
See Also
 





Gets or sets a value indicating whether cells are aligned one next to another so that their borders don't overlap.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AlignCells { get; set; }

Visual Basic  Copy Code

Public Property AlignCells As Boolean

 Property Value

true to align cells; otherwise, false. The default is true.

 See Also