DiagramLite Programmer's Guide
GridLayout Class
Remarks See Also
 





Implements a grid graph layout algorithm.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class GridLayout : Layout

Visual Basic  Copy Code

Public Class GridLayout
    Inherits Layout

 Remarks

GridLayout arranges diagram nodes in a grid, keeping connected nodes close together. The algorithm strives to achieve a small number of link crossings. It is based on an iterative process whose initial steps shuffle the grid nodes randomly. That can lead to very different results each time the algorithm is run.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Layout.Layout
        MindFusion.Diagramming.Layout.GridLayout

 See Also

GridLayout Members
MindFusion.Diagramming.Layout Namespace