Search
LayeredLayout.SplitLayers Property
See Also
 





Gets or sets a value indicating whether to split layers that are much wider than the other layers.

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

 Syntax

C#  Copy Code

public bool SplitLayers { get; set; }

Visual Basic  Copy Code

Public Property SplitLayers As Boolean

 Property Value

true to split wide layers; otherwise, false. The default is false.

 See Also