PowerWEB File Upload for ASP.NET
BarColor Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgBarStyle Class : BarColor Property



Color used within a progress bar, indicating completed portion of file upload.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Color used within a progress bar, indicating completed portion of file upload.")>
<DefaultValueAttribute()>
Public Property BarColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ProgBarStyle
Dim value As Color
 
instance.BarColor = value
 
value = instance.BarColor
C# 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Color used within a progress bar, indicating completed portion of file upload.")]
[DefaultValueAttribute()]
public Color BarColor {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Color used within a progress bar, indicating completed portion of file upload.")]
[DefaultValueAttribute()]
public:
property Color BarColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.