From cf75a506543637b5c7c843e74710be4af96713b2 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 12:03:45 -0400 Subject: [PATCH] Updated MaterialTextField (markdown) --- MaterialTextField.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/MaterialTextField.md b/MaterialTextField.md index a17f390..3e4ec6e 100644 --- a/MaterialTextField.md +++ b/MaterialTextField.md @@ -5,18 +5,18 @@ Derives from TextBox The MaterialTextField represents a text field that contains a customizable watermark that remains active when text is entered and uses the material colors and animations. -![](MaterialTextField_material_textfield.png) +[[MaterialTextField_material_textfield.png]] -## Properties -|| Property || Description -| LineBrush | Gets ot sets the brush to use for the line under the text when the control is not focused. -| LineFocusBrush | Gets ot sets the brush to use for the line under the text when the control is focused. -| 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 watermark-focus and line-focus brushes. -| Watermark | Gets or sets the control's watermark. -| WatermarkFocusBrush | Gets or sets the brush to use for the watermark when the control is focused. -| WatermarkForeground | Gets or sets the watermark foreground when the control is not focused. -| WatermarkMode | Gets or sets a value indicating how the watermark will behave when the control receives the focus. -| WatermarkScaleFactor | Gets or sets the scale factor to use for the watermark when the control is focused and watermark is moved up. -| WatermarkTemplate | Gets or sets the DataTemplate to use for the watermark. ---- \ No newline at end of file +### Properties +| Property | Description | +| --- | --- | +| LineBrush | Gets or sets the brush to use for the line under the text when the control is not focused. | +| LineFocusBrush | Gets or sets the brush to use for the line under the text when the control is focused. | +| 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 watermark-focus and line-focus brushes. | +| Watermark | Gets or sets the control's watermark. | +| WatermarkFocusBrush | Gets or sets the brush to use for the watermark when the control is focused. | +| WatermarkForeground | Gets or sets the watermark foreground when the control is not focused. | +| WatermarkMode | Gets or sets a value indicating how the watermark will behave when the control receives the focus. | +| WatermarkScaleFactor | Gets or sets the scale factor to use for the watermark when the control is focused and watermark is moved up. | +| WatermarkTemplate | Gets or sets the DataTemplate to use for the watermark. |