Back to Devexpress

RichEditViewCustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditviewcustomdraweventargs.md

latest1.5 KB
Original Source

RichEditViewCustomDrawEventArgs.Cache Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
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

GraphicsCache

RichEditViewCustomDrawEventArgs Class

RichEditViewCustomDrawEventArgs Members

DevExpress.XtraRichEdit Namespace