Panel.BackImageUrl Property
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_BackImageUrl () /** @property */ public void set_BackImageUrl (String value)
public function get BackImageUrl () : String public function set BackImageUrl (value : String)
Property Value
The URL of the background image for the panel control. The default is String.Empty.Use this property to display a custom image for the Panel control.
If the image is smaller than the Panel, it will be tiled to fill in the Panel.
Note |
|---|
| This property is supported only on browsers that support HTML 4.0 or later. |
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 Page Code Model. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
Panel ClassPanel Members
System.Web.UI.WebControls Namespace
Note