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



Gets or sets the status width.

Syntax

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

Property Value

The default value is 100%.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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