Gets the DiagramShape for this DiagramNodeTool.

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

Syntax

C#
public static DiagramShape GetShape(
	DiagramNodeTool obj
)
Visual Basic (Declaration)
Public Shared Function GetShape ( _
	obj As DiagramNodeTool _
) As DiagramShape

Parameters

obj
Type: Mindscape.WpfDiagramming..::.DiagramNodeTool
The element from which the property value is read.

Return Value

The DiagramShape of the specified DiagramNodeTool.

See Also