Search
ContainerNode.clipChildren Property
See Also
 





Gets or sets whether child items should be clipped by container boundaries.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

get clipChildren() {}
set clipChildren(value) {}

 Property Value

Boolean

true if child items are clipped, or false otherwise.

 See Also