ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttStripLine - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttStripLine

    Specifies the options for striplines

    Inheritance
    System.Object
    EJTagHelper
    GanttStripLine
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved