- Namespace
- MahApps
.Metro .Controls - Interfaces
- Base Types
-
- Freezable
- Hamburger
Menu Item Base
graph BT
Type-->Base0["HamburgerMenuItemBase"]
click Base0 "/api/MahApps.Metro.Controls/HamburgerMenuItemBase"
Base0-->Base1["Freezable"]
Type-.->Interface0["IHamburgerMenuItemBase"]
click Interface0 "/api/MahApps.Metro.Controls/IHamburgerMenuItemBase"
Type-.->Interface1["IHamburgerMenuHeaderItem"]
click Interface1 "/api/MahApps.Metro.Controls/IHamburgerMenuHeaderItem"
Type["HamburgerMenuHeaderItem"]
class Type type-node
Syntax
public class HamburgerMenuHeaderItem : HamburgerMenuItemBase, IHamburgerMenuItemBase,
IHamburgerMenuHeaderItem
Fields
Name | Constant Value | Summary |
---|---|---|
IsVisibleProperty |
Identifies the
IsVisible dependency property.
Inherited from Hamburger
static
|
|
LabelProperty |
Identifies the
Label dependency property.
static
|
|
TagProperty |
Identifies the
Tag dependency property.
Inherited from Hamburger
static
|
Properties
Name | Value | Summary |
---|---|---|
IsVisible | bool |
Gets or sets the value indicating whether this element is visible in the user interface (UI). This is a dependency property.
Inherited from Hamburger
|
Label | string |
Gets or sets a value that specifies label to display.
|
Tag | object |
Gets or sets a value that specifies an user specific value.
Inherited from Hamburger
|
Methods
Name | Value | Summary |
---|---|---|
CreateInstanceCore |
Freezable |