Search
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. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Geometry ShapeGeometry { get; set; }

Visual Basic  Copy Code

Public Property ShapeGeometry As Geometry

 Property Value

A Geometry object.

 See Also