Search
SolarLayout Class
Remarks See Also
 





A tree layout algorithm that places child nodes around their parents, such, that the child nodes do not overlap. The algorithm optionally bends the links to prevent them from crossing nodes.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class SolarLayout : Layout

Visual Basic  Copy Code

Public Class SolarLayout
    Inherits Layout

 Remarks

This layout takes into consideration the size of the nodes and tries to arrange them around their parents to minimize occupied space.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Diagramming.Layout.Layout
                MindFusion.Diagramming.Layout.SolarLayout

 See Also