Search
Layout.GrowToFit Property
See Also
 





Gets or sets a value indicating whether the diagram boundaries should grow to fit the arranged content.

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

 Syntax

C#  Copy Code

public bool GrowToFit { get; set; }

Visual Basic  Copy Code

Public Property GrowToFit As Boolean

 Property Value

true to grow diagram's Bounds if the arranged items would not fit, or false otherwise. The default value is true.

 See Also