From edc133235bf86ef2435a63597d8b43cfe69463d3 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 12:05:40 -0400 Subject: [PATCH] Updated MaterialToolTip (markdown) --- MaterialToolTip.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MaterialToolTip.md b/MaterialToolTip.md index f166347..a727589 100644 --- a/MaterialToolTip.md +++ b/MaterialToolTip.md @@ -5,11 +5,11 @@ Derives from ToolTip The MaterialToolTip represents a ToolTip control that uses the material colors and animations. -![](MaterialToolTip_material_tooltip.png) - -## Properties -|| Property || Description -| 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. ---- \ No newline at end of file +[[MaterialToolTip_material_tooltip.png]] + +### Properties +| Property | Description | +| --- | --- | +| 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. |