Class BpmnShapes
Defines the type of the Bpmn Shape
Event - Sets the type of the Bpmn Shape as Event
Gateway - Sets the type of the Bpmn Shape as Gateway
Message - Sets the type of the Bpmn Shape as Message
DataObject - Sets the type of the Bpmn Shape as DataObject
DataSource - Sets the type of the Bpmn Shape as DataSource
Activity - Sets the type of the Bpmn Shape as Activity
Group - Sets the type of the Bpmn Shape as Group
TextAnnotation - Represents the shape as Text Annotation
Inheritance
System.Object
BpmnShapes
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnShapes : Enum
Fields
Activity
Declaration
public const BpmnShapes Activity
Field Value
DataObject
Declaration
public const BpmnShapes DataObject
Field Value
DataSource
Declaration
public const BpmnShapes DataSource
Field Value
Event
Declaration
public const BpmnShapes Event
Field Value
Gateway
Declaration
public const BpmnShapes Gateway
Field Value
Group
Declaration
public const BpmnShapes Group
Field Value
Message
Declaration
public const BpmnShapes Message
Field Value
TextAnnotation
Declaration
public const BpmnShapes TextAnnotation
Field Value