Back to Devexpress

DXPopup.CornerRadius Property

mobilecontrols-devexpress-dot-xamarinforms-dot-popup-dot-dxpopup-b449d2cf.md

latest1.1 KB
Original Source

DXPopup.CornerRadius Property

Gets or sets the Popup corner radius.

Namespace : DevExpress.XamarinForms.Popup

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public CornerRadius CornerRadius { get; set; }

Property Value

TypeDescription
CornerRadius

A value that specifies the radius for all four corners of the Popup.

|

Remarks

Pass a double value to the CornerRadius structure to set the same radius for all corners of the Popup.

See Also

DXPopup Class

DXPopup Members

DevExpress.XamarinForms.Popup Namespace