Gets or sets a layout that should be applied to subgraphs representing trees.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public Layout SubtreeLayout { get; set; } |
Visual Basic Copy Code |
---|
Public Property SubtreeLayout As Layout |
An instance of Layout-derived class. The default is radial TreeLayout.
The trees isolated by the automatic partitioning methods are undirected, hence when using a custom tree layout you should use settings that ignore the direction of links. Alternatively, use custom partitioning to ensure subgraphs are directed trees, i.e. the links in paths from the root to each node follow the same direction.