Class DiagramActivityFlowBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramActivityFlowBuilder
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramActivityFlowBuilder : ControlBuilder
Constructors
DiagramActivityFlowBuilder()
Declaration
public DiagramActivityFlowBuilder()
DiagramActivityFlowBuilder(DiagramActivityFlow)
Declaration
public DiagramActivityFlowBuilder(DiagramActivityFlow model)
Parameters
Type | Name | Description |
---|---|---|
DiagramActivityFlow | model |
Methods
ExceptionFlowHeight(Double)
Defines the height of the exception flow.
Declaration
public DiagramActivityFlowBuilder ExceptionFlowHeight(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Flow(UmlActivityFlows)
Defines the type of the UMLActivity flows Object - Sets the type of the UMLActivity Flow as Object Control - Sets the type of the UMLActivity Flow as Control Exception - Sets the type of the UMLActivity Flow as Exception
Declaration
public DiagramActivityFlowBuilder Flow(UmlActivityFlows value)
Parameters
Type | Name | Description |
---|---|---|
UmlActivityFlows | value |
Returns
Type(ConnectionShapes)
Defines the application specific type of connector Bpmn - Sets the type of the connection shape as Bpmn
Declaration
public DiagramActivityFlowBuilder Type(ConnectionShapes value)
Parameters
Type | Name | Description |
---|---|---|
ConnectionShapes | value |