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
SyntaxC#
Copy Code
|
|---|
public Geometry ShapeGeometry { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeGeometry As Geometry |
A Geometry object.
See Also