Any gradient background in a Border control seems to ignore the "CornerRadius" parameter of the Border. Is it possible to have a gradient background that has rounded corners?
Hi CK,
Query: Any gradient background in a Border control seems to ignore the "CornerRadius" parameter of the Border
The reported issue was reproduced on our side. We recommend adding the SfGradientView on the background to show the gradient background with a corner radius. Below is the code,
<border:SfBorder BorderWidth="0" Margin="15" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" |
We have prepared a sample for your reference and please get it from the attachments. Please let us know if the problem was resolved on your side.
Thanks,
Shivani