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

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

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