RichEditViewCustomDrawEventArgs.Cache Property
Gets an object specifying the storage for the most used pens, fonts and brushes.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v20.2.dll
Declaration
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
Feedback