A DiagramNode representing a step in a FlowDiagramModel. A StepNode can have any number if incomming connections but only allows for a single outbound connection.

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 class StepNode : ShapeNode
Visual Basic (Declaration)
Public Class StepNode _
	Inherits ShapeNode

Inheritance Hierarchy

See Also