Skip to main content
All docs
V19.2

CustomDrawTaskDependencyEventArgs.DefaultDraw(IList<PointF>) Method

Draws the task dependency line.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public void DefaultDraw(
    IList<PointF> points
)

Parameters

Name Type Description
points IList<PointF>

A list of points that specify the dependency line.

See Also