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



Gets or sets the location of the ProgressBars on the ProgressPanel.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Location of the ProgressBar(s). The default is 'Top'.")>
<DefaultValueAttribute()>
Public Property ProgressBarLocation As ProgressBarLocation
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As ProgressBarLocation
 
instance.ProgressBarLocation = value
 
value = instance.ProgressBarLocation
C# 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Location of the ProgressBar(s). The default is 'Top'.")]
[DefaultValueAttribute()]
public ProgressBarLocation ProgressBarLocation {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Location of the ProgressBar(s). The default is 'Top'.")]
[DefaultValueAttribute()]
public:
property ProgressBarLocation ProgressBarLocation {
   ProgressBarLocation get();
   void set (    ProgressBarLocation value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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