From 0bb62706dfe71fa75b3e46ebf80cb8d237e8a774 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Wed, 21 Jun 2017 14:25:15 -0400 Subject: [PATCH] Updated MaterialProgressBar (markdown) --- MaterialProgressBar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MaterialProgressBar.md b/MaterialProgressBar.md index 250e541..7cf78b9 100644 --- a/MaterialProgressBar.md +++ b/MaterialProgressBar.md @@ -10,8 +10,8 @@ The MaterialProgressBar represents a linear progress bar that uses the material ### 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) | +| IndeterminateIndicatorMaxLength | Gets or sets the maximum length of the progress bar’s indicator, in percent, when the the progress bar has an undetermined 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 undetermined 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) |