From 35df69ec7875b92a8337887cc5b2992796c16e5e Mon Sep 17 00:00:00 2001 From: DianeXceed <29433908+DianeXceed@users.noreply.github.com> Date: Mon, 4 Feb 2019 12:58:06 -0500 Subject: [PATCH] Created MaterialHamburger (markdown) --- MaterialHamburger.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 MaterialHamburger.md 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. |