Back to Devexpress

CustomDrawObjectEventArgs.Cache Property

windowsforms-devexpress-dot-xtranavbar-dot-viewinfo-dot-customdrawobjecteventargs-0549597b.md

latest1.4 KB
Original Source

CustomDrawObjectEventArgs.Cache Property

Gets an object which specifies the storage for the most used pens, fonts and brushes.

Namespace : DevExpress.XtraNavBar.ViewInfo

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
GraphicsCache

A GraphicsCache object.

|

Remarks

Please refer to the GraphicsCache class description for more information.

See Also

CustomDrawObjectEventArgs Class

CustomDrawObjectEventArgs Members

DevExpress.XtraNavBar.ViewInfo Namespace