Class GanttStripLine
Specifies the options for striplines
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()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GanttStripLine : EJTagHelper
Constructors
GanttStripLine()
Declaration
public GanttStripLine()
Properties
Day
Gets or sets a day for stripline
Declaration
[JsonProperty("day")]
public string Day { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets or sets a label for stripline
Declaration
[JsonProperty("label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineColor
Gets or sets a stripline color
Declaration
[JsonProperty("lineColor")]
public string LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineStyle
Gets or sets a stripline style
Declaration
[JsonProperty("lineStyle")]
public string LineStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineWidth
Gets or sets a width of strip line
Declaration
[JsonProperty("lineWidth")]
public int LineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |