Search
ShapeNode.Transparent Property
See Also
 





Gets or sets a value indicating whether this shape node is transparent.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Transparent { get; set; }

Visual Basic  Copy Code

Public Property Transparent As Boolean

 Property Value

true if the shape node is transparent; otherwise, false. The default is false.

 Remarks

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

 See Also