Search
ContainerNodeExtensions.AutoGrow(T) Method
See Also
 





Sets a value indicating whether the container should grow in size when nodes are added to it.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T AutoGrow<T> (
    T containerNode,
    bool value
) where T : ContainerNode

Visual Basic  Copy Code

Public Shared Function AutoGrow(Of T As ContainerNode) ( _
    containerNode As T, _
    value As Boolean _
) As T

 Parameters

containerNode

value

 Return Value

 See Also