Class 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 - Represents the UMLActivity shape as TimeEvent
Inheritance
System.Object
UmlActivityShapes
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class UmlActivityShapes : Enum
Fields
AcceptingEvent
Declaration
public const UmlActivityShapes AcceptingEvent
Field Value
Action
Declaration
public const UmlActivityShapes Action
Field Value
Decision
Declaration
public const UmlActivityShapes Decision
Field Value
FinalNode
Declaration
public const UmlActivityShapes FinalNode
Field Value
ForkNode
Declaration
public const UmlActivityShapes ForkNode
Field Value
InitialNode
Declaration
public const UmlActivityShapes InitialNode
Field Value
JoinNode
Declaration
public const UmlActivityShapes JoinNode
Field Value
MergeNode
Declaration
public const UmlActivityShapes MergeNode
Field Value
Note
Declaration
public const UmlActivityShapes Note
Field Value
ReceiveSignal
Declaration
public const UmlActivityShapes ReceiveSignal
Field Value
SendSignal
Declaration
public const UmlActivityShapes SendSignal
Field Value
StructuredNode
Declaration
public const UmlActivityShapes StructuredNode
Field Value
TimeEvent
Declaration
public const UmlActivityShapes TimeEvent
Field Value