ComponentOne Windows 7 Control Pack for WinForms
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
    [C1Description("C1ProgressIndicator.Value", "Specifies the current value of the progress indicator.")]
    [NotifyParentProperty(true)]
    [DefaultValue(0)]
    public int Value {get; set;}
    See Also