Search
CompositeLayout.UseAdditionalPartitioning Property
See Also
 





Gets or sets a value indicating whether to use an additional partitioning pass on the result of the initial partitioning. This additional partitioning is simplified - it only looks for trees with depth 2.

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

 Syntax

C#  Copy Code

public bool UseAdditionalPartitioning { get; set; }

Visual Basic  Copy Code

Public Property UseAdditionalPartitioning As Boolean

 Property Value

true to use second partitioning pass; otherwise, false. The default is false.

 See Also