CustomDrawHamburgerButtonEventArgs(GraphicsCache, Rectangle, ObjectState, MethodInvoker) Constructor
Initializes a new instance of the CustomDrawHamburgerButtonEventArgs class with specified settings.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type |
|---|---|
| cache | GraphicsCache |
| bounds | Rectangle |
| state | DevExpress.Utils.Drawing.ObjectState |
| defaultDraw | MethodInvoker |
See Also