alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ConnectorLine

    Class that defines connector line object details.

    Inheritance
    object
    ConnectorLine
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ConnectorLine

    Constructors

    ConnectorLine()

    Declaration
    public ConnectorLine()

    Properties

    ChildIndex

    Gets or sets the index of the child.

    Declaration
    public int ChildIndex { get; set; }
    Property Value
    Type Description
    int

    An integer representing the index of the child.

    ChildLeft

    Defines the child left value.

    Declaration
    public double ChildLeft { get; set; }
    Property Value
    Type
    double

    ChildWidth

    Defines the child width value.

    Declaration
    public double ChildWidth { get; set; }
    Property Value
    Type
    double

    ConnectorLineId

    Defines the connector line ID.

    Declaration
    public string ConnectorLineId { get; set; }
    Property Value
    Type
    string

    MilestoneChild

    Defines the milestone child.

    Declaration
    public bool MilestoneChild { get; set; }
    Property Value
    Type
    bool

    MilestoneParent

    Defines the milestone parent.

    Declaration
    public bool MilestoneParent { get; set; }
    Property Value
    Type
    bool

    ParentIndex

    Gets or sets the index of the parent.

    Declaration
    public int ParentIndex { get; set; }
    Property Value
    Type Description
    int

    An integer representing the index of the parent.

    ParentLeft

    Defines the parent left value.

    Declaration
    public double ParentLeft { get; set; }
    Property Value
    Type
    double

    ParentWidth

    Defines the parent width value.

    Declaration
    public double ParentWidth { get; set; }
    Property Value
    Type
    double

    RowHeight

    Defines the row height.

    Declaration
    public double RowHeight { get; set; }
    Property Value
    Type
    double

    Type

    Defines the name of the event.

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved