TableStyle::BackImageUrl Property
.NET Framework (current version)
Gets or sets the URL of an image to display in the background of a table 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 an image to display in the background of a table control. The default is String::Empty.
| Exception | Condition |
|---|---|
| ArgumentNullException | The URL of the background image was set to null. |
Use the BackImageUrl property to specify the URL of an image to display in the background of the table control.
Note |
|---|
The image will be tiled if it is smaller than the table. Similarly, the image is cropped if it is larger than the table. |
The value of this property is stored in view state.
.NET Framework
Available since 1.1
Available since 1.1
Show:
