RoundedCornersExtender

来源:互联网 发布:windows7系统优化软件 编辑:程序博客网 时间:2024/05/21 05:19

<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>

原创粉丝点击