Back to Devexpress

DxHtmlPainterArgs.Cache Property

windowsforms-devexpress-dot-utils-dot-html-dot-dxhtmlpainterargs-f8bfebca.md

latest1.2 KB
Original Source

DxHtmlPainterArgs.Cache Property

Gets or sets the object that exposes DirectX-compatible drawing methods and stores brushes and pens.

Namespace : DevExpress.Utils.Html

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public GraphicsCache Cache { get; set; }
vb
Public Property Cache As GraphicsCache

Property Value

TypeDescription
GraphicsCache

Stores pens and brushes, and allows you to call drawing methods.

|

See Also

DxHtmlPainterArgs Class

DxHtmlPainterArgs Members

DevExpress.Utils.Html Namespace