MindFusion.Wpf Pack Programmer's Guide
GridLayout.StartNode Property
See Also
 





Gets or sets the node that is placed at the upper left corner of the grid.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Object StartNode { get; set; }

Visual Basic  Copy Code

Public Property StartNode As Object

 Property Value

An instance of the DiagramNode class. The default is null (Nothing in Visual Basic).

 Remarks

If you assign a node to that property, then EndNode cannot be null and must be set too. GridLayout usually produces better layouts if both StartNode and EndNode are null references; in such a case the algorithm automatically selects suitable nodes.

 See Also

GridLayout Members
GridLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace