How the Frame border color set in xamarin forms Android?
Sk
66
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>
Developer technologies | .NET | Xamarin
5,380 questions
Developer technologies | C#
11,573 questions
Sign in to answer