Ajax Toolkit 控制項學習系列(15) ——RoundedCornersExtender

來源:互聯網
上載者:User
  •  RoundedCornersExtender 可以使Panel變得周圍圓角的,可以定義panel外圍的顏色,底色,還有具體是那個角是圓的,通過參數可以隨意的制定。
  •  還是先看效果吧。

   

  

  • 幾點說明:
  1. TargetContolID:不用說了,控制那個Panel就使用那個。
  2. Radius :圓角的半徑。
  3. BorderColor:外圍的那個顏色。
  4. Color,這個RoundedConersExtender的顏色。它是在Panel後面的。
  5. Corners:如果沒有指定的話。就是四個角都會變圓的。但是如果需要的話,可以制定任意的1,2,等等。比如我的圖示中,BottomRight 就是底下右邊的。如果需要下面的兩個呢。直接參數是Bottom
  • 參考代碼如下。
Code
<asp:UpdatePanel ID="updatePanel1" runat="server">
<ContentTemplate>
<asp:Panel ID="panel" runat="server" CssClass="panel">
blabla
<br />
blabla
</asp:Panel>
<ajax:RoundedCornersExtender ID="rce" runat="server" Color="Blue" TargetControlID="panel"
Radius="10" Corners ="BottomRight" BorderColor = "Crimson" >
</ajax:RoundedCornersExtender>
</ContentTemplate>
</asp:UpdatePanel>
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.