Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

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

See Also