Search
ProgressBar.Minimum Property
See Also
 





Gets or sets the minimum value of the progress bar.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public double Minimum { get; set; }

Visual Basic  Copy Code

Public Property Minimum As Double

 Property Value

 See Also