Search
ProgressBar.Value Property
See Also
 





Gets or sets the value displayed in the progress bar.

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

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

 See Also