MindFusion.Wpf Pack Programmer's Guide
CompositeLayout.EmphasizeTrees Property
See Also
 





Gets or sets a value indicating whether the cut-vertices of tree subgraphs are added to the corresponding trees.

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

 Syntax

C#  Copy Code

public bool EmphasizeTrees { get; set; }

Visual Basic  Copy Code

Public Property EmphasizeTrees As Boolean

 Property Value

true to add cut-vertices to trees, otherwise false. The default value is true.

 See Also

CompositeLayout Members
CompositeLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
SubtreeLayout Property