From 5fdfb475b635ca1d212f5cd8bc956f99aaa38afc Mon Sep 17 00:00:00 2001 From: Robin-Manuel Thiel Date: Thu, 24 May 2018 14:56:33 +0200 Subject: [PATCH] Set BorderColor to transparent on Xamarin.Forms 3.0 Frames #44 #32 Workaround for https://github.com/xamarin/Xamarin.Forms/issues/2634 --- Flex/Controls/FlexButton.xaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Flex/Controls/FlexButton.xaml b/Flex/Controls/FlexButton.xaml index 15fe128..7daf387 100644 --- a/Flex/Controls/FlexButton.xaml +++ b/Flex/Controls/FlexButton.xaml @@ -15,6 +15,12 @@ CornerRadius="{Binding Source={x:Reference this}, Path=CornerRadius}" Padding="{Binding Source={x:Reference this}, Path=BorderThickness}" HasShadow="false"> + + + + + + @@ -27,6 +33,12 @@ HasShadow="false" Padding="0" Margin="0"> + + + + + +