CustomDrawHamburgerButtonEventArgs Properties
Provides arguments for the CustomDrawHamburgerButton event.| Name | Description |
|---|---|
| Bounds | Gets the hamburger button bounds. |
| Cache | Provides access to a drawing surface and a pen/brush/font cache. |
| Handled | Gets or sets whether the event is handled. |
| State | Gets the hamburger button state: normal, hot tracked, pressed, disabled, or selected. |
See Also