Back to Devexpress

CustomDrawItemEventArgs.GraphicsCache Property

windowsforms-devexpress-dot-xtradiagram-dot-customdrawitemeventargs-530c5640.md

latest1.1 KB
Original Source

CustomDrawItemEventArgs.GraphicsCache Property

Returns an object that provides painting facilities.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
GraphicsCache

A DevExpress.Utils.Drawing.GraphicsCache object.

|

See Also

CustomDrawItemEventArgs Class

CustomDrawItemEventArgs Members

DevExpress.XtraDiagram Namespace