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.
Lines Provides access to the collection of RectangleF structures that specify the processed dependency line.
PredecessorNode Gets the predecessor node.
State Gets the object state: normal, hot tracked, pressed, disabled, or selected.
SuccessorNode Gets the successor node.
See Also