HamburgerSubMenu Members
In This Article
#Constructors
Name | Description |
---|---|
Hamburger |
Initializes a new instance of the Hamburger |
#Fields
#Properties
Name | Description |
---|---|
Actual |
|
Flyout |
Gets or sets the header of the sub-menu’s fly-out panel. |
Flyout |
Gets or sets the height, in pixels, of the fly-out panel header. |
Flyout |
Gets or sets the amount of space around the fly-out panel header. |
Flyout |
|
Flyout |
|
Icon |
Gets or sets the icon displayed by the button. This is a dependency property.
Inherited from Hamburger |
Icon |
Specifies the icon color. This is a dependency property.
Inherited from Hamburger |
Icon |
Gets or sets the icon’s height. This is a dependency property.
Inherited from Hamburger |
Icon |
Specifies whether the icon size is set in pixels or points. This is a dependency property.
Inherited from Hamburger |
Icon |
Gets or sets the source of the icon. This is a dependency property
Inherited from Hamburger |
Icon |
Gets or sets the stretch mode for the icon. This is a dependency property.
Inherited from Hamburger |
Icon |
Specifies the icon template. This is a dependency property.
Inherited from Hamburger |
Icon |
Gets or sets the icon’s width. This is a dependency property.
Inherited from Hamburger |
Is |
Gets or sets whether selecting an item in the current sub-menu discards the selection in the main menu, or the item selection in the current sub-menu and the main menu are independent. |
Items | Provides access to a collection of objects that represent sub-menu items. |
Items |
Gets or sets an object that represents a source of items for the sub-menu. |
Item |
Gets or sets the data template used to render each item from the data source. |
Item |
Gets or sets a custom data template selection logic. |
More |
Gets or sets whether the More predefined button, which invokes a fly-out panel containing all sub-menu items, is displayed below the sub-menu items shown in preview. |
Placement |
Gets or sets whether the sub-menu button is positioned at the top or bottom of the Hamburger |
Selected |
Gets or sets the item that is selected in the current sub-menu. |
#Methods
Name | Description |
---|---|
After |
This method supports the internal infrastructure and is not intended to be used directly from your code. |
Before |
This method supports the internal infrastructure and is not intended to be used directly from your code. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also