ソースを参照

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

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>