-
Notifications
You must be signed in to change notification settings - Fork 879
MaterialHamburger
DianeXceed edited this page Feb 4, 2019
·
1 revision
Only available in the Plus Edition
Derives from ToggleButton
The MaterialHamburger represents a ToggleButton that can pop a Menu on the left, right, top or bottom of a Window (or any FrameworkElement).
Property | Description |
---|---|
CanResizeMenu | Gets or sets if the popped menu can be resized with the mouse. |
CheckedContent | Gets or sets the Content of the ToggleButton when the MaterialHamburger is checked. |
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. |
MenuContent | Gets or sets the content of the popped menu. |
MenuLocation | Gets or sets the position of the popped menu. |
MenuOwner | Gets or sets the owner of the popped menu. |
UncheckedContent | Gets or sets the Content of the ToggleButton when the MaterialHamburger is not checked. |