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
Gets or sets the index of the child.
Declaration
public int ChildIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer representing the index of the child. |
ChildLeft
Defines the child left value.
Declaration
public double ChildLeft { get; set; }
Property Value
Type |
---|
System.Double |
ChildWidth
Defines the child width value.
Declaration
public double ChildWidth { get; set; }
Property Value
Type |
---|
System.Double |
ConnectorLineId
Defines the connector line ID.
Declaration
public string ConnectorLineId { get; set; }
Property Value
Type |
---|
System.String |
MilestoneChild
Defines the milestone child.
Declaration
public bool MilestoneChild { get; set; }
Property Value
Type |
---|
System.Boolean |
MilestoneParent
Defines the milestone parent.
Declaration
public bool MilestoneParent { get; set; }
Property Value
Type |
---|
System.Boolean |
ParentIndex
Gets or sets the index of the parent.
Declaration
public int ParentIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer representing the index of the parent. |
ParentLeft
Defines the parent left value.
Declaration
public double ParentLeft { get; set; }
Property Value
Type |
---|
System.Double |
ParentWidth
Defines the parent width value.
Declaration
public double ParentWidth { get; set; }
Property Value
Type |
---|
System.Double |
RowHeight
Defines the row height.
Declaration
public double RowHeight { get; set; }
Property Value
Type |
---|
System.Double |
Type
Defines the name of the event.
Declaration
public string Type { get; set; }
Property Value
Type |
---|
System.String |