Gets or sets the current position of the progress bar.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Field Value
The position within the range of the progress bar. The default is 0.Exceptions
Exception | Condition |
---|---|
System ArgumentException | The 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