Class DiagramUmlActivityShape
Inheritance
System.Object
DiagramUmlActivityShape
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlActivityShape : EJTagHelper
Constructors
DiagramUmlActivityShape()
Declaration
public DiagramUmlActivityShape()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Shape
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 UmlActivityShapes Shape { get; set; }
Property Value
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value