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

GraphicsCache.Cache Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public ResourceCache Cache { get; set; }

Property Value

Type Description
DevExpress.Utils.Drawing.ResourceCache

A DevExpress.Utils.Drawing.ResourceCache object.

See Also