Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorLine - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectorLine

    Class that defines connector line object details.

    Inheritance
    System.Object
    ConnectorLine
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ConnectorLine : Object

    Constructors

    ConnectorLine()

    Declaration
    public ConnectorLine()

    Properties

    ChildIndex

    Defines the child index value.

    Declaration
    public double ChildIndex { get; set; }
    Property Value
    Type Description
    System.Double

    ChildLeft

    Defines the child left value.

    Declaration
    public double ChildLeft { get; set; }
    Property Value
    Type Description
    System.Double

    ChildWidth

    Defines the child width value.

    Declaration
    public double ChildWidth { get; set; }
    Property Value
    Type Description
    System.Double

    ConnectorLineId

    Defines the connector line ID.

    Declaration
    public string ConnectorLineId { get; set; }
    Property Value
    Type Description
    System.String

    MilestoneChild

    Defines the milestone child.

    Declaration
    public bool MilestoneChild { get; set; }
    Property Value
    Type Description
    System.Boolean

    MilestoneParent

    Defines the milestone parent.

    Declaration
    public bool MilestoneParent { get; set; }
    Property Value
    Type Description
    System.Boolean

    ParentIndex

    Defines the parent index value.

    Declaration
    public double ParentIndex { get; set; }
    Property Value
    Type Description
    System.Double

    ParentLeft

    Defines the parent left value.

    Declaration
    public double ParentLeft { get; set; }
    Property Value
    Type Description
    System.Double

    ParentWidth

    Defines the parent width value.

    Declaration
    public double ParentWidth { get; set; }
    Property Value
    Type Description
    System.Double

    RowHeight

    Defines the row height.

    Declaration
    public double RowHeight { get; set; }
    Property Value
    Type Description
    System.Double

    Type

    Defines the name of the event.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved