ProgressBarMessager Step Property CleanCode C# Libraries v1.2.03 API
Gets or sets the amount by which a call to the PerformStep(String) method increases the current position of the progress bar.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public int Step { get; set; }

Field Value

The amount by which to increment the progress bar with each call to the PerformStep(String) method. The default is 10.
See Also