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
C#
![]() |
---|
public Geometry ShapeGeometry { get; set; } |
Visual Basic
![]() |
---|
Public Property ShapeGeometry As Geometry |
A System.Windows.Media.Geometry object representing the shape outline.
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.