RichEditViewCustomDrawEventArgs.Cache Property
In This Article
Gets an object specifying the storage for the most used pens, fonts and brushes.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
A Graphics |
#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