ProgressBarMessager Minimum Property CleanCode C# Libraries v1.2.03 API
Gets or sets the minimum value of the range of the control.

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

public int Minimum { get; set; }

Field Value

The minimum value of the range. The default is 0.
Exceptions

ExceptionCondition
ArgumentExceptionThe value specified for the property is less than 0.
See Also