Search
CompositeLayout.DesiredSubgraphSize Property
See Also
 






Gets or sets the preferred number of vertices in the partitions allocated by the layout.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int DesiredSubgraphSize { get; set; }

Visual Basic  Copy Code

Public Property DesiredSubgraphSize As Integer

 Property Value

 Remarks

Setting this property to 0 or less will cause an exception.

 See Also