From 4a4f48d4237570065d89f760cd57e0be9e9b3176 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 11:53:46 -0400 Subject: [PATCH] Updated MaterialSlider (markdown) --- MaterialSlider.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/MaterialSlider.md b/MaterialSlider.md index 0f3bdee..1d93ccf 100644 --- a/MaterialSlider.md +++ b/MaterialSlider.md @@ -5,18 +5,18 @@ Derives from Slider The MaterialSlider represents a slider control that uses the material colors and animations. -![](MaterialSlider_material_slider.png) +[[MaterialSlider_material_slider.png]] -## Properties -|| Property || Description -| BubbleLocation | Gets or sets the location of the bubble. -| BubbleTemplate | Gets or sets the bubble's DataTemplate. -| 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 and border. -| MaterialForeground | Gets or sets the color to use as the control's foreground. -| Mode | Gets or sets the slider's mode. -| NearestTick | Gets the tick that is the closest from the current value. -| ShowTicks | Gets or sets a value indicating whether the ticks are shown. -| ThumbResizeScaleFactor | Gets or sets the scale factor to use for the thumb when its Mode property is set to **ThumbResize**. -| ThumbStyle | Gets or sets the thumb's style. ---- \ No newline at end of file +### Properties +| Property | Description | +| --- | --- | +| BubbleLocation | Gets or sets the location of the bubble. | +| BubbleTemplate | Gets or sets the bubble's DataTemplate. | +| 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 and border. | +| MaterialForeground | Gets or sets the color to use as the control's foreground. | +| Mode | Gets or sets the slider's mode. | +| NearestTick | Gets the tick that is the closest from the current value. | +| ShowTicks | Gets or sets a value indicating whether the ticks are shown. | +| ThumbResizeScaleFactor | Gets or sets the scale factor to use for the thumb when its Mode property is set to **ThumbResize**. | +| ThumbStyle | Gets or sets the thumb's style. |