HamburgerMenuItem Class

Control to implement the Hamburger menu (or Navigation Drawer) style item class.

Definition

Namespace: Common.Wpf.Controls
Assembly: Common.Wpf.Controls (in Common.Wpf.Controls.dll) Version: 2.0.7
C#
public class HamburgerMenuItem : RadioButton
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    ButtonBase    ToggleButton    RadioButton    HamburgerMenuItem

Constructors

HamburgerMenuItemInitializes a new instance of the HamburgerMenuItem class

See Also