Skip to main content
A newer version of this page is available. .

CustomDrawObjectEventArgs.Cache Property

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

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v22.1.dll

NuGet Package: DevExpress.Win

Declaration

public virtual GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

A GraphicsCache object.

Remarks

Please refer to the GraphicsCache class description for more information.

See Also