Skip to main content

RichEditViewCustomDrawEventArgs.Cache Property

Gets an object specifying the storage for the most used pens, fonts and brushes.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

A GraphicsCache object.

Remarks

Obtain tools for custom drawing, such as pens, fonts and brushes, via the corresponding properties of the GraphicsCache object.

See the GraphicsCache class description for more information.

See Also