Back to Devexpress

ASPxRoundPanel.CornerRadius Property

aspnet-devexpress-dot-web-dot-aspxroundpanel-82069dc0.md

latest1.8 KB
Original Source

ASPxRoundPanel.CornerRadius Property

Specifies the radius of the round panel corners.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(Unit), "")]
public Unit CornerRadius { get; set; }
vb
<DefaultValue(GetType(Unit), "")>
Public Property CornerRadius As Unit

Property Value

TypeDefaultDescription
UnitString.Empty

The corner radius.

|

Remarks

Use the CornerRadius property to specify the radius of round panel corners.

aspx
<dx:ASPxRoundPanel ID="ASPxRoundPanel1" HeaderText="ASP.NET Web Forms Controls" runat="server" 
    CornerRadius="20" Width="270">
    <PanelCollection>
        <dx:PanelContent>
            <h4>110+ UI Controls</h4>
            

            With our controls for ASP.NET Web Forms you will deliver high-performance 
            line-of-business applications that meet and exceed the needs of your enterprise.
        </dx:PanelContent>
    </PanelCollection>
</dx:ASPxRoundPanel>

See Also

ASPxRoundPanel Class

ASPxRoundPanel Members

DevExpress.Web Namespace