Gets or sets the preferred number of vertices in the partitions allocated by the layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int DesiredSubgraphSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DesiredSubgraphSize As Integer |
RemarksSetting this property to 0 or less will cause an exception.
See Also