ProgressBarValue Property
Gets or sets the current position of the ProgressBar control.
Namespace: BeeMobile.ProgressBarAssembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
public int Value { get; set; }
Public Property Value As Integer
Get
Set
Property Value
Int32Int32 The position within the range of the ProgressBar.
The default is 0.
The minimum and maximum values of the
Value property are specified by the
Minimum and
Maximum properties. This property enables you to
increment or decrement the value of the progress bar.