DXPopupActualAppearance.CornerRadius Property
Gets the corner radius value applied to the DXPopup control. 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