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.Target Platforms: Microsoft .NET Framework 2.0