Back to Devexpress

TabHeaderCustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtratab-dot-tabheadercustomdraweventargs-a3e0fb8c.md

latest1.2 KB
Original Source

TabHeaderCustomDrawEventArgs.Cache Property

Provides access to the drawing surface and a cache of pens, fonts, and brushes.

Namespace : DevExpress.XtraTab

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 provides access to the drawing surface and a cache of pens, fonts, and brushes.

|

See Also

TabHeaderCustomDrawEventArgs Class

TabHeaderCustomDrawEventArgs Members

DevExpress.XtraTab Namespace