Enum BpmnShapeType
Specifies the BpmnShapeTypes.
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum BpmnShapeType
Fields
| Name | Description |
|---|---|
| Activity | Specifies the type of a Activity according to BPMN. |
| DataObject | Specifies the type of a DataObject according to BPMN. |
| DataStore | Specifies the type of a DataStore according to BPMN. |
| Event | Specifies the type of a Event according to BPMN. |
| Gateway | Specifies the type of a Gateway according to BPMN. |
| Message | Specifies the type of a Message according to BPMN. |
| TextAnnotation | Specifies the type of a Annotation according to BPMN. |