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



Gets or sets the width of the progress panel.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
Public Overrides Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
[DefaultValueAttribute()]
public override Unit Width {get; set;}
C++/CLI 
[DefaultValueAttribute()]
public:
property Unit Width {
   Unit get() override;
   void set (    Unit value) override;
}

Property Value

The default value is 300px.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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