Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramShape.containerExpanded Property

Gets whether the container is expanded.

Declaration

containerExpanded: boolean

Property Value

Type Description
boolean

True if the shape is an expanded container. False if the shape is a collapsed container.

Remarks

This property is in effect for HorizontalContainer or VerticalContainer shapes. If the shape is not a container, its containerExpanded property always returns true.

See Also