Browse Source

Typo

pull/1117/head
Eli Arbel 9 years ago
parent
commit
7bbbb185de
  1. 6
      samples/RenderTest/Pages/DrawingPage.xaml

6
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 -->

Loading…
Cancel
Save