Search
ShapeNode.transparent Property
See Also
 






Gets or sets a value indicating whether the node's geometry is visible.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get transparent() {}
set transparent(value) {}

 Property Value

Boolean

true if node's geometry is hidden, or false otherwise.

 Remarks

If a node is transparent, only its image and text are drawn. Shape, filling and frames are not painted.

 See Also