MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.getTransparent Method

See Also
 





Gets or sets a value indicating whether this ShapeNode is transparent.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getTransparent ()

 Return Value

true if the node is transparent; otherwise, false.

 Remarks

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

 See Also