Gets or sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Squarify { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Squarify As Boolean |
See Also