Gets or sets the DiagramShape displayed by this ShapeNode.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DiagramShape Shape { get; set; }
Visual Basic (Declaration)
Public Property Shape As DiagramShape

See Also