Skip to main content
A newer version of this page is available. .
Tab

ASPxRoundPanel.CornerRadius Property

Gets or sets the radius of the round panel corners.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit CornerRadius { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the corner radius.

Remarks

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

See Also