ProgressBarMessager Value Property CleanCode C# Libraries v1.2.03 API
Gets or sets 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 Value { get; set; }

Field Value

The position within the range of the progress bar. The default is 0.
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionThe value specified is greater than the value of the Maximum property. -or- The value specified is less than the value of the Minimum property.
See Also