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

 IHamburgerMenuItem

public interface IHamburgerMenuItem
bool IsEnabled { get; set; }

Gets or sets a value indicating whether this item is enabled in the user interface (UI).

string Label { get; set; }

Gets or sets a value that specifies label to display.

object ToolTip { get; set; }

Gets or sets a value that specifies ToolTip to display.