Skip to main content
A newer version of this page is available. .

CustomDrawTaskDependencyEventArgs Properties

Provides data for the GanttControl.CustomDrawTaskDependency event.
Name Description
Appearance Provides access to appearance settings that specify the dependency line background color.
Points Provides access to a list of points (coordinates relative to the control’s upper left corner) that specify the dependency line.
PredecessorFinishDate Gets or sets the predecessor node’s finish date.
PredecessorNode Gets the predecessor node.
State Gets the object state: normal, hot tracked, pressed, disabled, or selected.
SuccessorNode Gets the successor node.
SuccessorStartDate Gets or sets the successor node’s start date.
See Also