I want to design boxview within a simple page of pcl so while desgining I need to make it rounded with corners so how that actually I can achieve?
Asked
Active
Viewed 374 times
0
-
1Possible duplicate of [Xamarin Forms: StackLayout with rounded corners](https://stackoverflow.com/questions/41186660/xamarin-forms-stacklayout-with-rounded-corners) – EvZ Dec 14 '17 at 13:37
-
In the duplicate quetion you can find the solution but this solution doesn't work on UWP. If you want work on UWP you can try https://github.com/migueBarrera/Xamarin.Plugins.RoundedFrame. – Miguel Angel Muñoz Dec 14 '17 at 13:58
-
This may help you: https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/RoundedBoxView – Json Dec 14 '17 at 16:48
-
Purely design is doing in C# as well so actually their is no need of Xaml code. – Dec 15 '17 at 04:53