Class NodeFlowShapes
Specifies the type of process flow shape.
Inheritance
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class NodeFlowShapes : Enum
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
Annotation
Sets the flow shape type to Annotation.
Declaration
public const NodeFlowShapes Annotation
Field Value
Type |
---|
NodeFlowShapes |
Card
Sets the flow shape type to Card.
Declaration
public const NodeFlowShapes Card
Field Value
Type |
---|
NodeFlowShapes |
Collate
Sets the flow shape type to Collate.
Declaration
public const NodeFlowShapes Collate
Field Value
Type |
---|
NodeFlowShapes |
Data
Sets the flow shape type to Data.
Declaration
public const NodeFlowShapes Data
Field Value
Type |
---|
NodeFlowShapes |
Decision
Sets the flow shape type to Decision.
Declaration
public const NodeFlowShapes Decision
Field Value
Type |
---|
NodeFlowShapes |
Delay
Sets the flow shape type to Delay.
Declaration
public const NodeFlowShapes Delay
Field Value
Type |
---|
NodeFlowShapes |
DirectData
Sets the flow shape type to DirectData.
Declaration
public const NodeFlowShapes DirectData
Field Value
Type |
---|
NodeFlowShapes |
Display
Sets the flow shape type to Display.
Declaration
public const NodeFlowShapes Display
Field Value
Type |
---|
NodeFlowShapes |
Document
Sets the flow shape type to Document.
Declaration
public const NodeFlowShapes Document
Field Value
Type |
---|
NodeFlowShapes |
Extract
Sets the flow shape type to Extract.
Declaration
public const NodeFlowShapes Extract
Field Value
Type |
---|
NodeFlowShapes |
LoopLimit
Sets the flow shape type to LoopLimit.
Declaration
public const NodeFlowShapes LoopLimit
Field Value
Type |
---|
NodeFlowShapes |
ManualInput
Sets the flow shape type to ManualInput.
Declaration
public const NodeFlowShapes ManualInput
Field Value
Type |
---|
NodeFlowShapes |
ManualOperation
Sets the flow shape type to ManualOperation.
Declaration
public const NodeFlowShapes ManualOperation
Field Value
Type |
---|
NodeFlowShapes |
Merge
Sets the flow shape type to Merge.
Declaration
public const NodeFlowShapes Merge
Field Value
Type |
---|
NodeFlowShapes |
MultiDocument
Sets the flow shape type to MultiDocument.
Declaration
public const NodeFlowShapes MultiDocument
Field Value
Type |
---|
NodeFlowShapes |
OffPageReference
Sets the flow shape type to OffPageReference.
Declaration
public const NodeFlowShapes OffPageReference
Field Value
Type |
---|
NodeFlowShapes |
Or
Sets the flow shape type to Or.
Declaration
public const NodeFlowShapes Or
Field Value
Type |
---|
NodeFlowShapes |
PaperTap
Sets the flow shape type to PaperTap.
Declaration
public const NodeFlowShapes PaperTap
Field Value
Type |
---|
NodeFlowShapes |
PreDefinedProcess
Sets the flow shape type to PreDefinedProcess.
Declaration
public const NodeFlowShapes PreDefinedProcess
Field Value
Type |
---|
NodeFlowShapes |
Preparation
Sets the flow shape type to Preparation.
Declaration
public const NodeFlowShapes Preparation
Field Value
Type |
---|
NodeFlowShapes |
Process
Sets the flow shape type to Process.
Declaration
public const NodeFlowShapes Process
Field Value
Type |
---|
NodeFlowShapes |
SequentialAccessStorage
Sets the flow shape type to SequentialAccessStorage.
Declaration
public const NodeFlowShapes SequentialAccessStorage
Field Value
Type |
---|
NodeFlowShapes |
SequentialData
Sets the flow shape type to SequentialData.
Declaration
public const NodeFlowShapes SequentialData
Field Value
Type |
---|
NodeFlowShapes |
Sort
Sets the flow shape type to Sort.
Declaration
public const NodeFlowShapes Sort
Field Value
Type |
---|
NodeFlowShapes |
StoredData
Sets the flow shape type to stored data.
Declaration
public const NodeFlowShapes StoredData
Field Value
Type |
---|
NodeFlowShapes |
SummingJunction
Sets the flow shape type to SummingJunction.
Declaration
public const NodeFlowShapes SummingJunction
Field Value
Type |
---|
NodeFlowShapes |
Terminator
Sets the flow shape type to Terminator.
Declaration
public const NodeFlowShapes Terminator
Field Value
Type |
---|
NodeFlowShapes |