CustomDrawTaskEventArgs.DrawShape(RectangleF, Single) Method
In This Article
Draws the task shape: bar, summary bar, or milestone.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public void DrawShape(
RectangleF bounds,
float progress
)
#Parameters
Name | Type | Description |
---|---|---|
bounds | Rectangle |
A Rectangle |
progress | Single | A value that specifies the task progress. |
See Also