ProgressBarValue Property

Gets or sets the current position of the ProgressBar control.

Definition

Namespace: BeeMobile.ProgressBar
Assembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
C#
public int Value { get; set; }

Property Value

Int32
Int32 The position within the range of the ProgressBar. 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 increment or decrement the value of the progress bar.

See Also