Skip to main content

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

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public ResourceCache Cache { get; set; }

Property Value

Type Description
DevExpress.Utils.Drawing.ResourceCache

A DevExpress.Utils.Drawing.ResourceCache object.

See Also