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



Defines all visual aspects of an individual File Progress Bar.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Defines all visual aspects of an individual File Progress Bar")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public ReadOnly Property ProgressBarStyle As ProgBarStyle
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As ProgBarStyle
 
value = instance.ProgressBarStyle
C# 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Defines all visual aspects of an individual File Progress Bar")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public ProgBarStyle ProgressBarStyle {get;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Defines all visual aspects of an individual File Progress Bar")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public:
property ProgBarStyle^ ProgressBarStyle {
   ProgBarStyle^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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