Gets or sets a value indicating whether the diagram boundaries should grow to fit the arranged content.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool GrowToFit { get; set; } |
Visual Basic Copy Code |
---|
Public Property GrowToFit As Boolean |
true to grow diagram's Bounds if the arranged items would not fit, or false otherwise. The default value is true.