Class DiagramPhase
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramPhase
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramPhase : EJTagHelper
  Constructors
DiagramPhase()
Declaration
public DiagramPhase()
  Properties
AddInfo
Allows the user to save custom information about phases. Example: addInfo: {'phase': 'phase 1 info' }
Declaration
public object AddInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
Header
Sets the header collection of the phase
Declaration
public DiagramHeader Header { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DiagramHeader | The default value is null  | 
      
Id
Sets the id of the phase
Declaration
public override string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
Overrides
Syncfusion.EJ2.EJTagHelper.Id
  
  
  
  Offset
Sets the offset of the phase
Declaration
public double Offset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 100  | 
      
Style
Sets the style of the phase
Declaration
public DiagramShapeStyle Style { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DiagramShapeStyle | The default value is null  |