Gets or sets a value indicating whether this shape node is transparent.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Transparent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Transparent As Boolean |
true if the shape node is transparent; otherwise, false. The default is false.
RemarksIf a node is transparent, only its image and text are drawn. Shape, filling and frames are not painted.
See Also