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

Field Value

The maximum value of the range. The default is 100.
Exceptions

ExceptionCondition
ArgumentExceptionThe value specified is less than 0.
See Also