Search
CompositeLayout.EmphasizeTrees Property
See Also
 





Gets or sets a value indicating whether a cut-vertex between tree and non-tree subgraphs should be considered part of the tree.

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

 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