浏览代码

Контент по центру формы

user2 3 年之前
父节点
当前提交
741995a493
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10 1
      Autorization_Yurevich/MainWindow.xaml

+ 10 - 1
Autorization_Yurevich/MainWindow.xaml

@@ -7,6 +7,15 @@
         mc:Ignorable="d"
         Title="MainWindow" Height="450" Width="800">
     <Grid>
-        
+        <Grid.RowDefinitions>
+            <RowDefinition Height="*"/>
+            <RowDefinition Height="235"/>
+            <RowDefinition Height="*"/>
+        </Grid.RowDefinitions>
+        <Grid.ColumnDefinitions>
+            <ColumnDefinition Width="*"/>
+            <ColumnDefinition Width="295"/>
+            <ColumnDefinition Width="*"/>
+        </Grid.ColumnDefinitions>
     </Grid>
 </Window>