MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 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

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace