Search
CompositeLayout.DesiredSubgraphSize Property
See Also
 





Gets or sets the preferred number of nodes in the subgraphs allocated by the layout algorithm.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int DesiredSubgraphSize { get; set; }

Visual Basic  Copy Code

Public Property DesiredSubgraphSize As Integer

 Property Value

An integer value specifying the desired number of nodes in each subgraph.

 Remarks

This property is considered by the automatic partitioning algorithm when generating subgraphs. Usually the subgraphs won't contain exactly as many nodes, but are within the Tolerance range around the property value.

 See Also

CompositeLayout Members
CompositeLayout Class
MindFusion.Diagramming.Layout Namespace