Skip to main content

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