MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.setTransparent Method

See Also
 





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

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setTransparent (value)

 Parameters

value
true if the ShapeNode 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