How the Frame border color set in xamarin forms Android?

Sk 61 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>
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,380 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,487 questions
{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.