Eli Arbel 8 年之前
父節點
當前提交
7bbbb185de
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      samples/RenderTest/Pages/DrawingPage.xaml

+ 3 - 3
samples/RenderTest/Pages/DrawingPage.xaml

@@ -64,7 +64,7 @@
             <DrawingPresenter Drawing="{StyleResource Bulb}"
                               Width="100"
                               Height="50"
-                              Strech="Fill" />
+                              Stretch="Fill" />
         </Border>
         <TextBlock Text="Uniform"
                    Margin="3"
@@ -79,7 +79,7 @@
             <DrawingPresenter Drawing="{StyleResource Bulb}"
                               Width="100"
                               Height="50"
-                              Strech="Uniform" />
+                              Stretch="Uniform" />
         </Border>
         <TextBlock Text="UniformToFill"
                    Margin="3"
@@ -94,7 +94,7 @@
             <DrawingPresenter Drawing="{StyleResource Bulb}"
                               Width="100"
                               Height="50"
-                              Strech="UniformToFill" />
+                              Stretch="UniformToFill" />
         </Border>
 
         <!-- For comparison -->