RoundedCornersExtender

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>RoundedCornersExtender</title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <div>
      <asp:Panel ID="Panel1" runat="server" BackColor="#C0C0FF" Height="86px" Width="187px">
                <br />
                <br />
                This is my panel.
                <br />
                <br />
            </asp:Panel>
        <cc1:RoundedCornersExtender ID="RoundedCornersExtender2" runat="server" TargetControlID="Panel1"  Radius="6" >
        </cc1:RoundedCornersExtender>
    </div>
    </form>
</body>
</html>

發佈了31 篇原創文章 · 獲贊 0 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章