Class DiagramUmlActivityShapeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramUmlActivityShapeBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlActivityShapeBuilder : ControlBuilder
Constructors
DiagramUmlActivityShapeBuilder()
Declaration
public DiagramUmlActivityShapeBuilder()
DiagramUmlActivityShapeBuilder(DiagramUmlActivityShape)
Declaration
public DiagramUmlActivityShapeBuilder(DiagramUmlActivityShape model)
Parameters
Methods
Shape(UmlActivityShapes)
Defines the type of the UMLActivity shape
Action - Sets the type of the UMLActivity Shape as Action
Decision - Sets the type of the UMLActivity Shape as Decision
MergeNode - Sets the type of the UMLActivity Shape as MergeNode
InitialNode - Sets the type of the UMLActivity Shape as InitialNode
FinalNode - Sets the type of the UMLActivity Shape as FinalNode
ForkNode - Sets the type of the UMLActivity Shape as ForkNode
JoinNode - Sets the type of the UMLActivity Shape as JoinNode
TimeEvent - Sets the type of the UMLActivity Shape as TimeEvent
AcceptingEvent - Sets the type of the UMLActivity Shape as AcceptingEvent
SendSignal - Sets the type of the UMLActivity Shape as SendSignal
ReceiveSignal - Sets the type of the UMLActivity Shape as ReceiveSignal
StructuredNode - Sets the type of the UMLActivity Shape as StructuredNode
Note - Sets the type of the UMLActivity Shape as Note
Declaration
public DiagramUmlActivityShapeBuilder Shape(UmlActivityShapes value)
Parameters
Returns
Type(Shapes)
Defines the type of node shape
Declaration
public DiagramUmlActivityShapeBuilder Type(Shapes value)
Parameters
Type |
Name |
Description |
Shapes |
value |
|
Returns