MahApps.Metro by Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell

<PackageReference Include="MahApps.Metro" Version="2.1.1" />

.NET API 3,425,904 bytes

 HamburgerMenuItemBase

public static readonly DependencyProperty IsVisibleProperty

Identifies the IsVisible dependency property.

public static readonly DependencyProperty TagProperty

Identifies the Tag dependency property.

public bool IsVisible { get; set; }

Gets or sets the value indicating whether this element is visible in the user interface (UI). This is a dependency property.

public object Tag { get; set; }

Gets or sets a value that specifies an user specific value.