Back to Devexpress

CustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtragantt-dot-customdraweventargs.md

latest1.1 KB
Original Source

CustomDrawEventArgs.Cache Property

Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public GraphicsCache Cache { get; }
vb
Public ReadOnly Property Cache As GraphicsCache

Property Value

TypeDescription
GraphicsCache

An object that specifies a cache of graphics.

|

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraGantt Namespace