From aaac21c3eefe9b2457a4882bbbc969331cfa5087 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 11:51:53 -0400 Subject: [PATCH] Updated MaterialProgressBarCircular (markdown) --- MaterialProgressBarCircular.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/MaterialProgressBarCircular.md b/MaterialProgressBarCircular.md index 7abef4b..2e99aea 100644 --- a/MaterialProgressBarCircular.md +++ b/MaterialProgressBarCircular.md @@ -1,20 +1,20 @@ # MaterialProgressBarCircular _Only available in the Plus Edition_ -Derives from [MaterialProgressBarBase](MaterialProgressBarBase) +Derives from [[MaterialProgressBarBase]] The MaterialProgressBarCircular represents a circular progress bar that uses the material colors and animations. -![](MaterialProgressBarCircular_material_progressbarcircular.png) +[[MaterialProgressBarCircular_material_progressbarcircular.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) -| IndeterminateRotationSpeedRatio | Gets or sets the rotation speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range. -| 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) -| Thickness | Gets or sets the thickness of the indicator. ---- \ 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) | +| IndeterminateRotationSpeedRatio | Gets or sets the rotation speed ratio of the progress bar’s indicator when the the progress bar has an indetermined range. | +| 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) | +| Thickness | Gets or sets the thickness of the indicator. |