Skip to main content

CustomDrawTaskEventArgs.DrawBaseline(RectangleF) Method

Draws the baseline in the specified bounds.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public void DrawBaseline(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

A RectangleF structure that specifies the bounds where the baseline should be drawn.

See Also