| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ProgressIndicator Class : Value Property |
<DefaultValueAttribute()> <C1DescriptionAttribute("Specifies the current value of the progress indicator.")> <NotifyParentPropertyAttribute(True)> Public Property Value As Integer
Dim instance As C1ProgressIndicator Dim value As Integer instance.Value = value value = instance.Value
[DefaultValue()] [C1Description("Specifies the current value of the progress indicator.")] [NotifyParentProperty(true)] public int Value {get; set;}
[DefaultValue()] [C1Description("Specifies the current value of the progress indicator.")] [NotifyParentProperty(true)] public: property int Value { int get(); void set ( int value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2