DiagramLite Programmer's Guide
ShapeNode.Transparent Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool Transparent { get; set; }

Visual Basic  Copy Code

Public Property Transparent As Boolean

 Property Value

 Remarks

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

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace