Reputation: 20916
I want to use BorderBrush
in Xamarin Forms like we can do with WIN Phone XAML
<Button Content="myButton" Grid.Column="0" BorderBrush="#FFFFFF" Background="#000000"/>
Is there a possibility to do it in Xamarin.Forms
?
Upvotes: 3
Views: 263