DiagramLite Programmer's Guide
CompositeLayout.SubtreeLayout Property
See Also
 





Gets or sets a layout that should be applied to subgraphs representing trees.

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

 Syntax

C#  Copy Code

public Layout SubtreeLayout { get; set; }

Visual Basic  Copy Code

Public Property SubtreeLayout As Layout

 Property Value

An instance of Layout-derived class. The default is radial TreeLayout.

 See Also

CompositeLayout Members
CompositeLayout Class
MindFusion.Diagramming.Layout Namespace
MasterLayout Property
SubgraphLayout Property
PartitionMethod Property