The StepFlowDiagramNodeBuilder type exposes the following members.

Constructors

  NameDescription
StepFlowDiagramNodeBuilder
Initializes a new instance of the StepFlowDiagramNodeBuilder class.

Methods

  NameDescription
CreateNode
Builds a new StepNode with the given dropPosition as its bounds and adds it to the given IDiagramModel.

Properties

  NameDescription
DefaultSize
Gets the default size of a StepNode.
Shape
Gets or sets the shape to be used by the node. The default is DiagramShapes.Process.

See Also