System.Web.UI.WebControls.Panel.BackImageUrl Property

Gets or sets the URL of the background image for the panel control.

Syntax

[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Bindable(true)]
public virtual string BackImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to display a custom image for the System.Web.UI.WebControls.Panel control.

If the image is smaller than the System.Web.UI.WebControls.Panel, it will be tiled to fill in the System.Web.UI.WebControls.Panel.

Note:

This property is supported only on browsers that support HTML 4.0 or later.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0