
RepositoryItemProgressBar.AppearanceDisabled - Gets the appearance settings used to paint the editor when it’s disabled. RepositoryItemProgressBar.Appearance - Gets the appearance settings used to paint the editor when it’s enabled. RepositoryItemProgressBar.FlowAnimationEnabled - Gets or sets whether the progress indicator is displayed using flow animation. RepositoryItemBaseProgressBar.ProgressPadding - Gets or sets the amount of space around the progress block. RepositoryItemBaseProgressBar.MaxHeight - Gets or sets the maximum height of the progress block. RepositoryItemBaseProgressBar.StartColor and RepositoryItemBaseProgressBar.EndColor - Allow you to provide a gradient fill. RepositoryItemBaseProgressBar.ProgressViewStyle - Gets or sets the progress indicator paint style. RepositoryItemBaseProgressBar.ProgressKind - Gets or sets a value that specifies the direction of the progress indicator. RepositoryItem.CustomDisplayText - Allows you to provide custom display text. RepositoryItem.DisplayFormat - Allows you to apply custom formatting to the control’s value. The RepositoryItemBaseProgressBar.ShowTitle property must be set to true. RepositoryItemProgressBar.PercentView - Gets or sets whether to present the current position as a relative value between the RepositoryItemProgressBar.Minimum and RepositoryItemProgressBar.Maximum and format it as a percentage. RepositoryItemBaseProgressBar.ShowTitle - Gets or sets whether the control displays the textual representation of the progress bar’s current position. ProgressBarControl.ShowProgressInTaskBar - Gets or sets whether the progress is reflected in the application button in the Windows Task Bar.
ProgressBarControl.PositionChanged - Occurs after the value of the ProgressBarControl.Position property has been changed.
ProgressBarControl.Increment and ProgressBarControl.Decrement - Increase and decrease the control’s value (position) by a specified value. ProgressBarControl.PerformStep - Advances the progress position by a value ( RepositoryItemProgressBar.Step). RepositoryItemProgressBar.Minimum and RepositoryItemProgressBar.Maximum (accessible from the ProgressBarControl.Properties object) - Specify the limits for the progress bar’s ProgressBarControl.Position.
ProgressBarControl.Position - Gets or sets the progress bar position.The ProgressBarControl can indicate the progress of lengthy operations (copying files, program install progress, etc.).