Enum NodeFlowShapes
Specifies the type of process flow shape.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum NodeFlowShapes
Remarks
To learn more about using flow shapes, refer NodeShapes.
Examples
Node node = new Node()
{
Shape = new FlowShape()
{
Type = NodeShapes.Flow,
Shape = NodeFlowShapes.DirectData
}
};
}
Fields
| Name | Description |
|---|---|
| Annotation | Sets the flow shape type to Annotation. |
| Card | Sets the flow shape type to Card. |
| Collate | Sets the flow shape type to Collate. |
| Data | Sets the flow shape type to Data. |
| Decision | Sets the flow shape type to Decision. |
| Delay | Sets the flow shape type to Delay. |
| DirectData | Sets the flow shape type to DirectData. |
| Display | Sets the flow shape type to Display. |
| Document | Sets the flow shape type to Document. |
| Extract | Sets the flow shape type to Extract. |
| LoopLimit | Sets the flow shape type to LoopLimit. |
| ManualInput | Sets the flow shape type to ManualInput. |
| ManualOperation | Sets the flow shape type to ManualOperation. |
| Merge | Sets the flow shape type to Merge. |
| MultiDocument | Sets the flow shape type to MultiDocument. |
| OffPageReference | Sets the flow shape type to OffPageReference. |
| Or | Sets the flow shape type to Or. |
| PaperTap | Sets the flow shape type to PaperTap. |
| PreDefinedProcess | Sets the flow shape type to PreDefinedProcess. |
| Preparation | Sets the flow shape type to Preparation. |
| Process | Sets the flow shape type to Process. |
| SequentialAccessStorage | Sets the flow shape type to SequentialAccessStorage. |
| SequentialData | Sets the flow shape type to SequentialData. |
| Sort | Sets the flow shape type to Sort. |
| StoredData | Sets the flow shape type to stored data. |
| SummingJunction | Sets the flow shape type to SummingJunction. |
| Terminator | Sets the flow shape type to Terminator. |