WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1ProgressIndicator Class / Value Property

In This Topic
Value Property (C1ProgressIndicator)
In This Topic
Gets or sets the current value of the progress indicator.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1ProgressIndicator.Value", "Specifies the current value of the progress indicator.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute(0)>
Public Property Value As Integer
 
See Also