CustomDrawEventArgs.Cache Property
In This Article
Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
An object that specifies a cache of graphics. |
See Also