Class DiagramPhase
Inheritance
System.Object
DiagramPhase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DiagramPhase
Constructors
DiagramPhase()
Declaration
Properties
IsPhase
Declaration
[JsonProperty("isPhase")]
public bool IsPhase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Label
Declaration
[JsonProperty("label")]
public Label Label { get; set; }
Property Value
LineColor
Declaration
[JsonProperty("lineColor")]
public string LineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
LineDashArray
Declaration
[JsonProperty("lineDashArray")]
public string LineDashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
LineWidth
Declaration
[JsonProperty("lineWidth")]
public double LineWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Offset
Declaration
[JsonProperty("offset")]
public double Offset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Orientation
Declaration
[JsonProperty("orientation")]
public string Orientation { get; set; }
Property Value
Type |
Description |
System.String |
|
PaletteItem
Declaration
[JsonProperty("paletteItem")]
public PaletteItem PaletteItem { get; set; }
Property Value
Parent
Declaration
[JsonProperty("parent")]
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
Phases
Declaration
public Collection Phases { get; }
Property Value
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|