Class DiagramPhase
Inheritance
System.Object
DiagramPhase
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramPhase : EJTagHelper
Constructors
DiagramPhase()
Declaration
Properties
Sets the header collection of the phase
Declaration
public DiagramHeader Header { get; set; }
Property Value
Id
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Offset
Sets the offset of the lane
Declaration
public double Offset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Style
Sets the style of the lane
Declaration
public DiagramShapeStyle Style { get; set; }
Property Value