Back to Devexpress

TileCustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-71e6434b.md

latest1.1 KB
Original Source

TileCustomDrawEventArgs.Cache Property

Gets an object that stores the most used pens, fonts, and brushes.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
GraphicsCache

An object that stores the most used pens, fonts, and brushes.

|

See Also

TileCustomDrawEventArgs Class

TileCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace