From 34a1cc8d7323d3e83623333db4bc9966bf0703b0 Mon Sep 17 00:00:00 2001 From: kingces95 Date: Thu, 4 May 2017 11:37:02 -0400 Subject: [PATCH] Bugzilla 55397; Set v-align to bottom for TextBoxStyle (#882) --- Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml index ad9f0b97091..4ab9bb00745 100644 --- a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml +++ b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml @@ -186,7 +186,7 @@ Content="{TemplateBinding PlaceholderText}" Foreground="{TemplateBinding PlaceholderForegroundBrush}" IsHitTestVisible="False" IsTabStop="False" Margin="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" - Grid.Row="1" + Grid.Row="1" VerticalAlignment="Bottom" HorizontalAlignment="{Binding TextAlignment, RelativeSource={RelativeSource Mode=TemplatedParent}, Converter={StaticResource AlignmentConverter}}" />