Gets or sets the partitioning method used to decompose the diagram into subgraphs.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public PartitionMethod PartitionMethod { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PartitionMethod As PartitionMethod |
A member of the PartitionMethod enumeration. The default value is BiconnectedComponents.
See Also