Gets or sets the minimum value of C1ProgressBar.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int MinimumValue { get; set; }
Visual Basic (Declaration)
Public Property MinimumValue As Integer
	Get
	Set

Remarks

The default value for this property is 0.

See Also