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
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