DiagramLite Programmer's Guide
ShapeNode.Shape Property
See Also
 





Gets or sets a reference to the node's geometric shape definition.

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

 Syntax

C#  Copy Code

public Shape Shape { get; set; }

Visual Basic  Copy Code

Public Property Shape As Shape

 Property Value

An instance of the Shape class. Initialized from DefaultShape.

 Remarks

Use this property to assign a geometric shape to a node.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace