CustomDrawTaskEventArgs.DrawRightText(RectangleF) Method
In This Article
Draws the text to the left of the bar within the specified bounds.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public void DrawRightText(
RectangleF bounds
)
#Parameters
Name | Type | Description |
---|---|---|
bounds | Rectangle |
A Rectangle |
See Also