Gets or sets the shape to be used by the node. The default is DiagramShapes.Process.

Namespace:  Mindscape.WpfDiagramming.FlowDiagrams
Assembly:  Mindscape.WpfDiagramming.FlowDiagrams (in Mindscape.WpfDiagramming.FlowDiagrams.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