MobileForms Toolkit Documentation

ProgressBar.Step Property

Gets or sets the amount by which a call to the PerformStep method increases the current position of the progress bar.

public int Step {get; set;}

Property Value

The amount by which to increment the progress bar with each call to the PerformStep method. The default is 10.

Remarks

You can use the Step property to specify the amount that each completed task in an operation changes the value of the progress bar.

For marquee styled progress bar, this property specifies the amount the progress bar block moves each time.

See Also

ProgressBar Class | Resco.Controls.ProgressBar Namespace