Update sample to show how to manipulate the image center

This commit is contained in:
michael-hawker 2021-07-30 18:00:17 -07:00
Родитель 853a4a9f0c
Коммит 52975a6e12
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,9 @@
<Grid>
<controls:ConstrainedBox AspectRatio="16:3" VerticalAlignment="Top">
<Image Source="/Assets/Photos/WestSeattleView.jpg" Stretch="UniformToFill"/>
<Image Source="/Assets/Photos/WestSeattleView.jpg"
Stretch="UniformToFill"
VerticalAlignment="Center"/> <!-- Center on the City -->
</controls:ConstrainedBox>
<controls:ConstrainedBox MultipleX="64"
AspectRatio="1:1"