How the Frame border color set in xamarin forms Android?

Sk 66 Reputation points
2023-12-05T15:57:38.27+00:00

Unable to see the Frame Control BorderColor in Xamarin.Forms Android and it is working in Xamarin.Forms UWP . Can anyone please help me

Please check the below code snippet for refernce

        <Frame BackgroundColor="#2196F3" Padding="2" CornerRadius="20" Margin="20" BorderColor="Red">
<Label Text="Welcome to Xamarin.Forms!" HorizontalTextAlignment="Center" TextColor="White" FontSize="36"/>        
 </Frame>
Developer technologies | .NET | Xamarin
Developer technologies | C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.