-
Couldn't load subscription status.
- Fork 902
MaterialHamburgerMenu
DianeXceed edited this page Feb 4, 2019
·
1 revision
Only available in the Plus Edition
Derives from ItemsControl
The MaterialHamburgerMenu represents an ItemsControl that can be set as the MaterialHamburger.MenuContent. It contains a Header, a Close button, and one or more animated MaterialHamburgerMenuItem.
| Property | Description |
|---|---|
| CloseButtonLocation | Gets or sets the location of the Close button. |
| CloseButtonStyle | Gets or sets the Style for the Close button. |
| Header | Gets or sets the header to use. |
| HeaderTemplate | Gets or sets the DataTemplate to use for the Header. |
| IsAnimatingItems | Gets or sets if the Items from the MaterialHamburgerMenu will be animated (sliding in) when the MaterialHamburgerMenu is popped. |
| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. |
| MaterialAccentBrush | Gets or sets the color that will be used as the control's background. |
| MaterialForeground | Gets or sets the color to use as the control's foreground. |
| MenuLocation | Gets the position of the MaterialHamburgerMenu. |