Class DiagramBpmnShape
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramBpmnShape
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnShape : EJTagHelper
Constructors
DiagramBpmnShape()
Declaration
public DiagramBpmnShape()
Properties
Activity
Defines the type of the BPMN Activity shape
Declaration
public DiagramBpmnActivity Activity { get; set; }
Property Value
Type | Description |
---|---|
DiagramBpmnActivity | The default value is null |
Annotation
Defines the text of the bpmn annotation
Declaration
public object Annotation { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Annotations
Defines the text of the bpmn annotation collection
Declaration
public object Annotations { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DataObject
Defines the type of the BPMN DataObject shape
Declaration
public DiagramBpmnDataObject DataObject { get; set; }
Property Value
Type | Description |
---|---|
DiagramBpmnDataObject | The default value is null |
Event
Defines the type of the BPMN Event shape
Declaration
public DiagramBpmnEvent Event { get; set; }
Property Value
Type | Description |
---|---|
DiagramBpmnEvent | The default value is null |
Gateway
Defines the type of the BPMN Gateway shape
Declaration
public DiagramBpmnGateway Gateway { get; set; }
Property Value
Type | Description |
---|---|
DiagramBpmnGateway | The default value is null |
Shape
Declaration
public BpmnShapes Shape { get; set; }
Property Value
Type | Description |
---|---|
BpmnShapes | The default value is null |
TextAnnotation
Defines the type of the BPMN Text annotation shape
Declaration
public object TextAnnotation { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value
Type | Description |
---|---|
Shapes | The default value is Shapes.Basic |