Class DiagramSwimLane
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramSwimLane
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramSwimLane : EJTagHelper
Constructors
DiagramSwimLane()
Declaration
public DiagramSwimLane()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Header
Defines the collection of header
Declaration
public DiagramHeader Header { get; set; }
Property Value
Type | Description |
---|---|
DiagramHeader | The default value is null |
IsLane
Defines the whether the shape is a lane or not
Declaration
public bool IsLane { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IsPhase
Defines the whether the shape is a phase or not
Declaration
public bool IsPhase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Lanes
Defines the collection of lanes
Declaration
public List<DiagramLane> Lanes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.Diagrams.DiagramLane> | The default value is null |
Orientation
Defines the orientation of the swimLane
Declaration
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation | The default value is Syncfusion.EJ2.Diagrams.Orientation.Horizontal |
Phases
Defines the collection of phases.
Declaration
public List<DiagramPhase> Phases { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.Diagrams.DiagramPhase> | The default value is null |
PhaseSize
Defines the size of phase.
Declaration
public double PhaseSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 20 |
Type
Defines the type of node shape.
Declaration
public Shapes Type { get; set; }
Property Value
Type | Description |
---|---|
Shapes | The default value is Shapes.Basic |