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

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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