MobileForms Toolkit Documentation

ProgressBar.Value Property

Gets or sets the current position of the progress bar.

public int Value {get; set;}

Property Value

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

Remarks

The minimum and maximum values of the Value property are specified by the Minimum and Maximum properties. This property enables you to set the value of the progress bar directly.

See Also

ProgressBar Class | Resco.Controls.ProgressBar Namespace