DXPopup.CornerRadius Property
Gets or sets the DXPopup corner radius. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
CornerRadius | The corner radius. |
Remarks
Pass a double value to the CornerRadius structure to set the same radius for all corners of the DXPopup.
See Also