Class FlowShapes
Specifies the type of process flow used for analyzing designing and managing for documentation process.
Inheritance
System.Object
FlowShapes
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FlowShapes : Enum
Examples
<SfDiagram Height="600px" Nodes="@NodeCollection"/>
@code{
//Initialize node collection with node
ObservableCollection<DiagramNode> NodeCollection = new ObservableCollection<DiagramNode>()
{
//Creates a flow shape node
new DiagramNode()
{
Id="node1",
//Size of the node
Height=100,
Width=100,
//Position of the node
OffsetX=100,
OffsetY=100,
//Sets the type of the shape as flow
Shape=new DiagramShape()
{
Type=Shapes.Flow,
FlowShape=FlowShapes.DirectData
}
}
};
}
Fields
Annotation
Sets the flow shape type as Annotation.
Declaration
public const FlowShapes Annotation
Field Value
Annotation2
Sets the flow shape type as Annotation2.
Declaration
public const FlowShapes Annotation2
Field Value
Card
Sets the flow shape type as Card.
Declaration
public const FlowShapes Card
Field Value
Collate
Sets the flow shape type as Collate.
Declaration
public const FlowShapes Collate
Field Value
Data
Sets the flow shape type as Data.
Declaration
public const FlowShapes Data
Field Value
Decision
Sets the flow shape type as Decision.
Declaration
public const FlowShapes Decision
Field Value
Delay
Sets the flow shape type as Delay.
Declaration
public const FlowShapes Delay
Field Value
DirectData
Sets the flow shape type as DirectData.
Declaration
public const FlowShapes DirectData
Field Value
Display
Sets the flow shape type as Display.
Declaration
public const FlowShapes Display
Field Value
Document
Sets the flow shape type as Document.
Declaration
public const FlowShapes Document
Field Value
Sets the flow shape type as Extract.
Declaration
public const FlowShapes Extract
Field Value
LoopLimit
Sets the flow shape type as LoopLimit.
Declaration
public const FlowShapes LoopLimit
Field Value
Sets the flow shape type as ManualInput.
Declaration
public const FlowShapes ManualInput
Field Value
ManualOperation
Sets the flow shape type as ManualOperation.
Declaration
public const FlowShapes ManualOperation
Field Value
Merge
Sets the flow shape type as Merge.
Declaration
public const FlowShapes Merge
Field Value
MultiDocument
Sets the flow shape type as MultiDocument.
Declaration
public const FlowShapes MultiDocument
Field Value
Sets the flow shape type as OffPageReference.
Declaration
public const FlowShapes OffPageReference
Field Value
Or
Sets the flow shape type as Or.
Declaration
public const FlowShapes Or
Field Value
PaperTap
Sets the flow shape type as PaperTap.
Declaration
public const FlowShapes PaperTap
Field Value
PreDefinedProcess
Sets the flow shape type as PreDefinedProcess.
Declaration
public const FlowShapes PreDefinedProcess
Field Value
Preparation
Sets the flow shape type as Preparation.
Declaration
public const FlowShapes Preparation
Field Value
Process
Sets the flow shape type as Process.
Declaration
public const FlowShapes Process
Field Value
SequentialAccessStorage
Sets the flow shape type as SequentialAccessStorage.
Declaration
public const FlowShapes SequentialAccessStorage
Field Value
SequentialData
Sets the flow shape type as SequentialData.
Declaration
public const FlowShapes SequentialData
Field Value
Sort
Sets the flow shape type as Sort.
Declaration
public const FlowShapes Sort
Field Value
StoredData
Sets the flow shape type as stored data.
Declaration
public const FlowShapes StoredData
Field Value
SummingJunction
Sets the flow shape type as SummingJunction.
Declaration
public const FlowShapes SummingJunction
Field Value
Terminator
Sets the flow shape type as Terminator.
Declaration
public const FlowShapes Terminator
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|