How the Frame border color set in xamarin forms Android?
Sk
61
Reputation points
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
Sign in to answer