Hi,
I m trying to implement rounded corner for a button in xaml in xamarin forms..Need some idea.
Border radius is not working as expected.Need some alternative idea.
My code-
<Button BackgroundColor="Red" Grid.Row="1" WidthRequest="15" HorizontalOptions="End" HeightRequest="10" VerticalOptions ="Start"/>
Regards,
Ashwin.k