HamburgerMenuBottomBarNavigationButton Properties
Represents a icon-only button in the Bottom Bar of the HamburgerMenu that navigates to the specified page with a click.| Name | Description |
|---|---|
| ClearNavigationHistory | Gets or sets whether clicking/tapping the button clears the menu’s navigation history. Inherited from HamburgerMenuNavigationIconButton. |
| Content | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ContentTemplate | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ContentTemplateSelector | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ContentTransitions | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| Icon | Gets or sets the icon displayed by the button. |
| IconFill | Specifies the icon color. This is a dependency property. Inherited from HamburgerMenuIconButton. |
| IconHeight | Gets or sets the icon’s height. This is a dependency property. Inherited from HamburgerMenuIconButton. |
| IconSizeUnit | Specifies whether the icon size is set in pixels or points. This is a dependency property. Inherited from HamburgerMenuIconButton. |
| IconSource | Gets or sets the source of the icon. This is a dependency property Inherited from HamburgerMenuIconButton. |
| IconStretch | Gets or sets the stretch mode for the icon. This is a dependency property. Inherited from HamburgerMenuIconButton. |
| IconTemplate | Specifies the icon template. This is a dependency property. Inherited from HamburgerMenuIconButton. |
| IconWidth | Gets or sets the icon’s width. This is a dependency property. Inherited from HamburgerMenuIconButton. |
| NavigationTargetParameter | Gets or sets the parameter to be passed to the target page, invoked when tapping/clicking the menu item. Inherited from HamburgerMenuNavigationIconButton. |
| NavigationTargetType | Allows you to specify the Page class to be opened when an end-user taps/clicks the menu item. Inherited from HamburgerMenuNavigationIconButton. |
| NavigationTargetTypeName | Allows you to specify the name of the Page class to be opened when an end-user taps/clicks the menu item. Inherited from HamburgerMenuNavigationIconButton. |
| Placement | Specifies the alignment of the button. This is a dependency property. |
See Also