Panel::BackImageUrl Property
.NET Framework (current version)
Gets or sets the URL of the background image for the panel control.
Assembly: System.Web (in System.Web.dll)
public: property String^ BackImageUrl { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The URL of the background image for the panel control. The default is String::Empty.
The following example illustrates how to programmatically set the BackImageUrl property of the Panel.
Note |
|---|
The following code sample uses the single-file code model and may not work correctly if copied directly into a code-behind file. This code sample must be copied into an empty text file that has an .aspx extension. For more information on the Web Forms code model, see ASP.NET Web Forms Page Code Model. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
