Skip to main content
A newer version of this page is available. .

CustomDrawTaskEventArgs.DrawRightText(RectangleF) Method

Draws the text to the left of the bar within the specified bounds.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public void DrawRightText(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

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

See Also