Browse Source

задание 5

Ethosa 3 years ago
parent
commit
6ace98a3a6
1 changed files with 11 additions and 1 deletions
  1. 11 1
      MainWindow.xaml

+ 11 - 1
MainWindow.xaml

@@ -6,7 +6,17 @@
         xmlns:local="clr-namespace:bebra"
         mc:Ignorable="d"
         Title="MainWindow" Height="450" Width="800">
-    <Grid>
+    <Grid Height="450" VerticalAlignment="Bottom">
+        <Grid.RowDefinitions>
+            <RowDefinition Height="*"/>
+            <RowDefinition Height="235"/>
+            <RowDefinition Height="*"/>
+        </Grid.RowDefinitions>
+        <Grid.ColumnDefinitions>
+            <ColumnDefinition Width="*"/>
+            <ColumnDefinition Width="295"/>
+            <ColumnDefinition Width="*"/>
+        </Grid.ColumnDefinitions>
 
     </Grid>
 </Window>