ASP.NET Panel BackImageUrl 屬性
ASP.NET Panel BackImageUrl 屬性

定義和用法
BackImageUrl 屬性用于設(shè)置或返回 Panel 控件的背景圖像的 URL。
語法
<asp:Panel BackImageUrl="URL" runat="server">
Some Content
</asp:Panel>
Some Content
</asp:Panel>
屬性 | 描述 |
---|---|
URL | 要使用的圖像的 URL。 |
實(shí)例
下面的實(shí)例為 Panel 控件設(shè)置了 BackImageUrl:
<form runat="server">
<asp:Panel id="Pan1" runat="server" BackImageUrl="img.gif">
Hello!
</asp:Panel>
</form>
<asp:Panel id="Pan1" runat="server" BackImageUrl="img.gif">
Hello!
</asp:Panel>
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Web Pages PHP
- ASP.NET MVC 參考手冊
- ASP.NET Web 表單
- ASP.NET 數(shù)據(jù)綁定
- ASP.NET ArrayList
- ASP.NET DropDownList 控件
- ASP.NET ImageButton 控件
- ASP.NET RadioButton 控件
- ASP.NET Style 控件
- WebSecurity CurrentUserId 屬性
- HTML Anchor
- HTML InputHidden
- HTML InputImage
- RadiobuttonList
- ASP.NET HTML 控件 SortedList RadiobuttonList 2
- VB 實(shí)例 Else If 條件
- VB 實(shí)例 使用 WebGrid 顯示數(shù)據(jù)
- VB 實(shí)例 使用數(shù)據(jù)庫 實(shí)例解釋
- ASP.NET Calendar SelectedDayStyle 屬性
- ASP.NET Calendar TitleStyle 屬性