Back to Devexpress

GalleryItemCustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitemcustomdraweventargs.md

latest1.3 KB
Original Source

GalleryItemCustomDrawEventArgs.Cache Property

Gets an object which specifies the storage for the most used pens, fonts and brushes.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
GraphicsCache

A GraphicsCache object which specifies the storage for the most used pens, fonts and brushes.

|

See Also

GalleryItemCustomDrawEventArgs Class

GalleryItemCustomDrawEventArgs Members

DevExpress.XtraBars.Ribbon Namespace