Search
CompositeLayout.SubtreeLayout Property
See Also
 





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

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

 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