Gets or sets whether contents should clip to node's outline, when outline component is set.
Namespace: MindFusion.Diagramming
File: CompositeNode.js
SyntaxJavaScript
Copy Code
|
|---|
get clipToOutline() {} |
Boolean
true to clip contents, or false otherwise.
RemarksTo specify the clip path, mark a Shape component in the template with isOutline attribute.
See Also