Skip to main content

RoundPanelSettings.CornerRadius Property

Gets or sets the radius of the round panel corners.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit CornerRadius { get; set; }

Property Value

Type Description
Unit

A Unit value specifying the corner radius.

Remarks

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

See Also