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
public CornerRadius CornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| 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