We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a4a9 commit 52975a6Copy full SHA for 52975a6
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Primitives/ConstrainedBox.bind
@@ -9,7 +9,9 @@
9
10
<Grid>
11
<controls:ConstrainedBox AspectRatio="16:3" VerticalAlignment="Top">
12
- <Image Source="/Assets/Photos/WestSeattleView.jpg" Stretch="UniformToFill"/>
+ <Image Source="/Assets/Photos/WestSeattleView.jpg"
13
+ Stretch="UniformToFill"
14
+ VerticalAlignment="Center"/> <!-- Center on the City -->
15
</controls:ConstrainedBox>
16
<controls:ConstrainedBox MultipleX="64"
17
AspectRatio="1:1"
0 commit comments