Ext.Net:Panel增加背景图

     

   在Panel里增加背景图是很常见的那么在ext.net中如何实现呢?

  直接上代码如下:

 

    <ext:Panel runat="server" ID="Panel1" BodyStyle="background:url(/Resources/images/Desktop/1.jpg) left bottom repeat-x;">
            <Items>
            </Items>
        </ext:Panel>

你可能感兴趣的:(Panel)