Skip to main content
All docs
V19.2

CustomDrawTaskDependencyEventArgs.Points Property

Provides access to a list of points (coordinates relative to the control’s upper left corner) that specify the dependency line.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public IList<PointF> Points { get; }

Property Value

Type Description
IList<PointF>

A list of points that specify the dependency line.

See Also