- Namespace
- MahApps
.Metro .Controls - Interfaces
- Base Types
-
- Freezable
- Derived Types
graph BT
Type-->Base0["Freezable"]
Type-.->Interface0["IHamburgerMenuItemBase"]
click Interface0 "/mahapps.com/api/MahApps.Metro.Controls/IHamburgerMenuItemBase"
Type["HamburgerMenuItemBase"]
class Type type-node
Derived0["HamburgerMenuHeaderItem"]-->Type
click Derived0 "/mahapps.com/api/MahApps.Metro.Controls/HamburgerMenuHeaderItem"
Derived1["HamburgerMenuSeparatorItem"]-->Type
click Derived1 "/mahapps.com/api/MahApps.Metro.Controls/HamburgerMenuSeparatorItem"
Derived2["HamburgerMenuItem"]-->Type
click Derived2 "/mahapps.com/api/MahApps.Metro.Controls/HamburgerMenuItem"
Syntax
public class HamburgerMenuItemBase : Freezable, IHamburgerMenuItemBase
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| IsVisibleProperty | DependencyProperty |
Identifies the
IsVisible dependency property.
static
|
|
| TagProperty | DependencyProperty |
Identifies the
Tag dependency property.
static
|
Properties
| Name | Property Type | Summary |
|---|---|---|
| IsVisible | bool |
Gets or sets the value indicating whether this element is visible in the user interface (UI). This is a dependency property.
|
| Tag | object |
Gets or sets a value that specifies an user specific value.
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| CreateInstanceCore |
Freezable |