1
This code is not working within a Grid as a layout
<Button x:Name="btnTeste" Text="Click Me!!" Grid.Row="3" Grid.Column="1" BackgroundColor="Black" BorderRadius="50" HeightRequest="100" WidthRequest="100" TextColor="White"/>
What should I do to make it round. I tried to make a round Boxview too and could not do.