HamburgerMenuNavigationButton Members
In This Article
#Constructors
Name | Description |
---|---|
Hamburger |
Initializes a new instance of the Hamburger |
#Fields
#Properties
Name | Description |
---|---|
Clear |
Gets or sets whether clicking/tapping the button clears the menu’s navigation history.
Inherited from Hamburger |
Context |
Gets or sets the context menu that is invoked when the end-user right-clicks the navigation button. This is a dependency property. |
Hide |
Gets or sets whether the Hamburger |
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 |
Navigation |
Gets or sets the parameter to be passed to the target page, invoked when tapping/clicking the menu item.
Inherited from Hamburger |
Navigation |
Allows you to specify the Page class to be opened when an end-user taps/clicks the menu item.
Inherited from Hamburger |
Navigation |
Allows you to specify the name of the Page class to be opened when an end-user taps/clicks the menu item.
Inherited from Hamburger |
Placement |
Gets or sets whether the button is positioned at the top or bottom of the Hamburger |
Right |
Gets or sets the additional button content displayed to the right of the main content. |
Right |
Gets or sets the outer margin of the additional content displayed to the right of the main content. |
Right |
Gets or sets the data template used to render the additional content displayed to the right of the main content. |
Select |
Gets or sets whether the current button is selected with a click. |
Sync |
Gets or sets whether the current button is automatically selected if the button’s target page has been navigated. |
Use |
Gets or sets whether to use current button’s navigation parameters to synchronize the button selection in the menu with the navigated page. |
#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