DiagramLite Programmer's Guide
ShapeNode.ShapeGeometry Property
See Also
 





Gets a Geometry object that represents the ShapeNode outline and is automatically generated from the current Shape and Bounds values.

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

 Syntax

C#  Copy Code

public Geometry ShapeGeometry { get; set; }

Visual Basic  Copy Code

Public Property ShapeGeometry As Geometry

 Property Value

A System.Windows.Media.Geometry object representing the shape outline.

 Remarks

The default ShapeNode ControlTemplate sets this object as value of the Data property of a System.Windows.Shapes.Shape that renders the node's outline.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace