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

DXPopupActualAppearance.CornerRadius Property

Gets the corner radius value that is applied to the DXPopup. To specify this value, use the CornerRadius property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public CornerRadius CornerRadius { get; }

Property Value

Type Description
CornerRadius

The corner radius.

See Also