Background image used within a progress bar, indicating incomplete portion of file upload.
Syntax
Visual Basic (Declaration) | |
---|
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Background image used within a progress bar, indicating incomplete portion of file upload.")>
<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")>
Public Overridable Property ProgressBarBackImageUrl As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ProgressPanel
Dim value As String
instance.ProgressBarBackImageUrl = value
value = instance.ProgressBarBackImageUrl |
C# | |
---|
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Background image used within a progress bar, indicating incomplete portion of file upload.")]
[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")]
public virtual string ProgressBarBackImageUrl {get; set;} |
C++/CLI | |
---|
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Background image used within a progress bar, indicating incomplete portion of file upload.")]
[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")]
public:
virtual property String^ ProgressBarBackImageUrl {
String^ get();
void set ( String^ value);
} |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also