Class DiagramConnectorShapeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramConnectorShapeBuilder
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramConnectorShapeBuilder : ControlBuilder
Constructors
DiagramConnectorShapeBuilder()
Declaration
public DiagramConnectorShapeBuilder()
DiagramConnectorShapeBuilder(DiagramConnectorShape)
Declaration
public DiagramConnectorShapeBuilder(DiagramConnectorShape model)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramConnectorShape | model |
Methods
Type(ConnectionShapes)
Defines the application specific type of connector Bpmn - Sets the type of the connection shape as Bpmn
Declaration
public DiagramConnectorShapeBuilder Type(ConnectionShapes value)
Parameters
| Type | Name | Description |
|---|---|---|
| ConnectionShapes | value |
Returns
| Type |
|---|
| DiagramConnectorShapeBuilder |