Search
CompositeNode.clipToOutline Property
See Also
 





Gets or sets whether contents should clip to node's outline, when outline component is set.

Namespace: MindFusion.Diagramming
Package: CompositeNode.js

 Syntax

JavaScript  Copy Code

get clipToOutline() {}
set clipToOutline(value) {}

 Property Value

Boolean

true to clip contents, or false otherwise.

 Remarks

To specify the clip path, mark a Shape component in the template with isOutline attribute.

 See Also