From 3d435d26a7d94272be186f78375b8ea76de77692 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 11:47:26 -0400 Subject: [PATCH] Updated MaterialProgressBar (markdown) --- MaterialProgressBar.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/MaterialProgressBar.md b/MaterialProgressBar.md index 5d9e1f2..250e541 100644 --- a/MaterialProgressBar.md +++ b/MaterialProgressBar.md @@ -1,18 +1,18 @@ # MaterialProgressBar _Only available in the Plus Edition_ -Derives from [MaterialProgressBarBase](MaterialProgressBarBase) +Derives from [[MaterialProgressBarBase]] The MaterialProgressBar represents a linear progress bar that uses the material colors and animations. -![](MaterialProgressBar_material_progressbar.png) +[[MaterialProgressBar_material_progressbar.png]] -## Properties -|| Property || Description -| IndeterminateIndicatorMaxLength | Gets or sets the maximum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) -| IndeterminateIndicatorMinLength | Gets or sets the minimum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) -| IndeterminateIndicatorSpeedRatio | Gets or sets the speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) -| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) -| MaterialAccentBrush | Gets or sets the color that will be used as the control's border. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) -| MaterialForeground | Gets or sets the color to use as the control's foreground. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) ---- \ No newline at end of file +### Properties +| Property | Description | +| --- | --- | +| IndeterminateIndicatorMaxLength | Gets or sets the maximum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) | +| IndeterminateIndicatorMinLength | Gets or sets the minimum length of the progress bar’s indicator, in percent, when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) | +| IndeterminateIndicatorSpeedRatio | Gets or sets the speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) | +| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) | +| MaterialAccentBrush | Gets or sets the color that will be used as the control's border. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) | +| MaterialForeground | Gets or sets the color to use as the control's foreground. (Inherited from Xceed.Wpf.Toolkit.MaterialProgressBarBase) |