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
SyntaxC#
Copy Code
|
|---|
public bool EmphasizeTrees { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EmphasizeTrees As Boolean |
true to add cut-vertices to trees, otherwise false. The default value is true.
See Also