HamburgerMenuIconButton Properties
Provides options for customizing icons displayed by menu items.Name | Description |
---|---|
Icon | Gets or sets the icon displayed by the button. This is a dependency property. |
IconFill | Specifies the icon color. This is a dependency property. |
IconHeight | Gets or sets the icon’s height. This is a dependency property. |
IconSizeUnit | Specifies whether the icon size is set in pixels or points. This is a dependency property. |
IconSource | Gets or sets the source of the icon. This is a dependency property |
IconStretch | Gets or sets the stretch mode for the icon. This is a dependency property. |
IconTemplate | Specifies the icon template. This is a dependency property. |
IconWidth | Gets or sets the icon’s width. This is a dependency property. |
See Also