Gets or sets the method to use when finding partition within the source graph.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public PartitionMethod PartitionMethod { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PartitionMethod As PartitionMethod |
See Also