Search
Layout.GrowToFit Property
See Also
 






Gets or sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.

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

 Syntax

C#  Copy Code

public bool GrowToFit { get; set; }

Visual Basic  Copy Code

Public Property GrowToFit As Boolean

 Property Value

 See Also