Enum UMLActivityShapes
To defines the type of the UMLActivity Shape.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum UMLActivityShapes
Fields
Name | Description |
---|---|
AcceptingEvent | Used to specify the activity flows of shape as AcceptingEvent. |
Action | Used to specify the activity flows of shape as Action. |
Decision | Used to specify the activity flows of shape as Decision. |
FinalNode | Used to specify the activity flows of shape as FinalNode. |
ForkNode | Used to specify the activity flows of shape as ForkNode. |
InitialNode | Used to specify the activity flows of shape as InitialNode. |
JoinNode | Used to specify the activity flows of shape as JoinNode. |
MergeNode | Used to specify the activity flows of shape as MergeNode. |
Note | Used to specify the activity flows of shape as Note. |
ReceiveSignal | Used to specify the activity flows of shape as ReceiveSignal. |
SendSignal | Used to specify the activity flows of shape as SendSignal. |
StructuredNode | Used to specify the activity flows of shape as StructuredNode. |
TimeEvent | Used to specify the activity flows of shape as TimeEvent. |