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



Gets or sets the height of the Upload control.

Syntax

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