Enum GatewayType
Specifies the GatewayTypes.
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum GatewayType
Fields
| Name | Description |
|---|---|
| Complex | Specifies that a Gateway has the type Complex according to BPMN. |
| EventBased | Specifies that a Gateway has the type Event-Based according to BPMN. |
| Exclusive | Specifies that a Gateway has the type Exclusive according to BPMN. |
| ExclusiveEventBased | Specifies that a Gateway has the type Exclusive Event-Based according to BPMN. |
| Inclusive | Specifies that a Gateway has the type Inclusive according to BPMN. |
| None | Specifies that a Gateway has the type None according to BPMN. |
| Parallel | Specifies that a Gateway has the type Parallel according to BPMN. |
| ParallelEventBased | Specifies that a Gateway has the type Parallel Event-Based according to BPMN. |