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

In This Topic
Maximum Property (C1ProgressIndicator)
In This Topic
Gets or sets the value that the progress indicator will have when the operation is complete.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1ProgressIndicator.Maximum", "The value the progress indicator will have when the operation is complete.")>
<DefaultValueAttribute(100)>
<NotifyParentPropertyAttribute(True)>
Public Property Maximum As Integer
 
See Also