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



Background image to display within the ProgressPanel.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DartDescriptionAttribute("Background image to display within the ProgressPanel.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Overridable Property BackgroundImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.BackgroundImageUrl = value
 
value = instance.BackgroundImageUrl
C# 
[CategoryAttribute("Appearance")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DartDescriptionAttribute("Background image to display within the ProgressPanel.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public virtual string BackgroundImageUrl {get; set;}
C++/CLI 
[CategoryAttribute("Appearance")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DartDescriptionAttribute("Background image to display within the ProgressPanel.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
virtual property String^ BackgroundImageUrl {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is an empty string.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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