ComponentOne Windows 7 Control Pack for WinForms
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
    [C1Description("C1ProgressIndicator.Maximum", "The value the progress indicator will have when the operation is complete.")]
    [DefaultValue(100)]
    [NotifyParentProperty(true)]
    public int Maximum {get; set;}
    See Also