Class DiagramFlowShape
Inheritance
System.Object
DiagramFlowShape
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramFlowShape : EJTagHelper
Constructors
DiagramFlowShape()
Declaration
public DiagramFlowShape()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Shape
Defines the type of the flow shape
Process - Sets the type of the flow shape as Process
Decision - Sets the type of the flow shape as Decision
Document - Sets the type of the flow shape as Document
PreDefinedProcess - Sets the type of the flow shape as PreDefinedProcess
Terminator - Sets the type of the flow shape as Terminator
PaperTap - Sets the type of the flow shape as PaperTap
DirectData - Sets the type of the flow shape as DirectData
SequentialData - Sets the type of the flow shape as SequentialData
MultiData - Sets the type of the flow shape as MultiData
Collate - Sets the type of the flow shape as Collate
SummingJunction - Sets the type of the flow shape as SummingJunction
Or - Sets the type of the flow shape as Or
InternalStorage - Sets the type of the flow shape as InternalStorage
Extract - Sets the type of the flow shape as Extract
ManualOperation - Sets the type of the flow shape as ManualOperation
Merge - Sets the type of the flow shape as Merge
OffPageReference - Sets the type of the flow shape as OffPageReference
SequentialAccessStorage - Sets the type of the flow shape as SequentialAccessStorage
Annotation - Sets the type of the flow shape as Annotation
Annotation2 - Sets the type of the flow shape as Annotation2
Data - Sets the type of the flow shape as Data
Card - Sets the type of the flow shape as Card
Delay - Sets the type of the flow shape as Delay
Preparation - Sets the type of the flow shape as Preparation
Display - Sets the type of the flow shape as Display
ManualInput - Sets the type of the flow shape as ManualInput
LoopLimit - Sets the type of the flow shape as LoopLimit
StoredData - Sets the type of the flow shape as StoredData
Declaration
public FlowShapes Shape { get; set; }
Property Value
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value