Search
DiagramExtensions.ContainersFoldable Method
See Also
 





Specifies whether new containers should be made foldable.

Namespace: MindFusion.Diagramming.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram ContainersFoldable (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

Public Shared Function ContainersFoldable( _
    diagram As Diagram, _
    value As Boolean _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also