PanelStyle.BackImageUrl Property
.NET Framework 3.0
Gets or sets the URL of the background image for the panel control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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)
Not applicable.
Property Value
The URL of the background image for the panel control. The default value is an empty string ("").The following code example applies the same background image to two panel controls, Panel1 and Panel2. For this example to work correctly, you must provide your own image. This code example is part of a larger example provided for the PanelStyle class.
Community Additions
ADD
Show: