Gets or sets a value indicating whether the node's geometry is visible.
Namespace: MindFusion.Diagramming
File: ShapeNode.js
SyntaxJavaScript
Copy Code
|
|---|
get transparent() {} |
Boolean
true if node's geometry is hidden, or false otherwise.
RemarksIf a node is transparent, only its image and text are drawn. Shape, filling and frames are not painted.
See Also