Gets or sets a value indicating whether this shape node is transparent.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
If a node is transparent, only its image and text are drawn. Shape, filling and frames are not painted.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |