Back to Devexpress

CustomDrawHamburgerButtonEventArgs.Cache Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-customdrawhamburgerbuttoneventargs.md

latest1.3 KB
Original Source

CustomDrawHamburgerButtonEventArgs.Cache Property

Provides access to a drawing surface and a pen/brush/font cache.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.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 a drawing surface and a pen/brush/font cache.

|

See Also

CustomDrawHamburgerButtonEventArgs Class

CustomDrawHamburgerButtonEventArgs Members

DevExpress.XtraBars.Navigation Namespace