Search
Diagram.ContainersFoldable Property
See Also
 





Gets or sets the default value for the Foldable property of containers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ContainersFoldable { get; set; }

Visual Basic  Copy Code

Public Property ContainersFoldable As Boolean

 Property Value

A boolean value specifying whether containers are initially foldable. The default is true.

 See Also