CustomDrawObjectEventsArgs.Cache Property
In This Article
Gets an object that serves as the storage for pens, fonts and brushes.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
Provides methods used to paint on drawing surfaces in GDI+. |
#Remarks
See the GraphicsCache class description for more information.
See Also