Class GanttNodeConnector
Graphical layer that will display the relationship between two tasks as lines.
Inheritance
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttNodeConnector : Control
Constructors
GanttNodeConnector()
Initializes a new instance of the GanttNodeConnector class.
Declaration
public GanttNodeConnector()
Fields
ArrowGeometryProperty
The DependencyProperty for ArrowGeometry property.
Declaration
public static readonly DependencyProperty ArrowGeometryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ConnectorGeometryProperty
The DependencyProperty for ConnectorGeometry property.
Declaration
public static readonly DependencyProperty ConnectorGeometryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ConnectorStrokeProperty
The DependencyProperty for ConnectorStroke property.
Declaration
public static readonly DependencyProperty ConnectorStrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EndIndexProperty
The DependencyProperty for EndIndex property.
Declaration
public static readonly DependencyProperty EndIndexProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PredecessorProperty
The DependencyProperty for Predecessor property.
Declaration
public static readonly DependencyProperty PredecessorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartIndexProperty
The DependencyProperty for StartIndex property.
Declaration
public static readonly DependencyProperty StartIndexProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ArrowGeometry
Gets or sets the arrow geometry.
Declaration
public PathGeometry ArrowGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.PathGeometry | The arrow geometry. |
ConnectorGeometry
Gets or sets the connector geometry.
Declaration
public PathGeometry ConnectorGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.PathGeometry | The connector geometry. |
ConnectorStroke
Gets or sets the connector stroke.
Declaration
public Brush ConnectorStroke { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
EndIndex
Gets or sets the end index.
Declaration
public int EndIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The end index. |
Predecessor
Gets or sets the predecessor.
Declaration
public ObservableCollection<Predecessor> Predecessor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<Predecessor> | The predecessor. |
StartIndex
Gets or sets the start index.
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The start index. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()