ProgressBar Constructor

Initializes a new instance of the ProgressBar class.

Definition

Namespace: BeeMobile.ProgressBar
Assembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
C#
public ProgressBar()

Remarks

By default, the Minimum property is set to 0, the Maximum property is set to 100, the Value property is set to 0. Title property is set to "Progress..." .

See Also