Gets or sets a value indicating whether to split layers that are much wider than the other layers.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool SplitLayers { get; set; } |
Visual Basic Copy Code |
---|
Public Property SplitLayers As Boolean |
true to split wide layers; otherwise, false. The default is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |