Sets the DiagramShape for this DiagramNodeTool.

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 static void SetShape(
	DiagramNodeTool obj,
	DiagramShape value
)
Visual Basic (Declaration)
Public Shared Sub SetShape ( _
	obj As DiagramNodeTool, _
	value As DiagramShape _
)

Parameters

obj
Type: Mindscape.WpfDiagramming..::.DiagramNodeTool
The element to which the property value is written.
value
Type: Mindscape.WpfDiagramming..::.DiagramShape
The DiagramShape of the specified DiagramNodeTool.

See Also