diff --git a/MaterialHamburger.md b/MaterialHamburger.md new file mode 100644 index 0000000..76c3399 --- /dev/null +++ b/MaterialHamburger.md @@ -0,0 +1,19 @@ +# MaterialHamburger +_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). + +### Properties +| 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. |