TileCustomDrawEventArgs.Cache Property
In This Article
Gets an object that stores the most used pens, fonts, and brushes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
An object that stores the most used pens, fonts, and brushes. |
See Also