aspnet-devexpress-dot-web-dot-aspxroundpanel-82069dc0.md
Specifies the radius of the round panel corners.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(typeof(Unit), "")]
public Unit CornerRadius { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property CornerRadius As Unit
| Type | Default | Description |
|---|---|---|
| Unit | String.Empty |
The corner radius.
|
Use the CornerRadius property to specify the radius of round panel corners.
<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