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



Gets or sets the width of the Upload control.

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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