We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5583192 commit b6966b6Copy full SHA for b6966b6
1 file changed
Templates (Project)/Blank/Views/Page2.xaml
@@ -18,7 +18,7 @@
18
<!-- content -->
19
<StackPanel Margin="12" Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Top">
20
<Controls:BackButton />
21
- <TextBlock Style="{StaticResource PageHeaderStyle}" />
+ <TextBlock Text="{Binding Value}" Style="{StaticResource PageHeaderStyle}" />
22
</StackPanel>
23
24
</Grid>
0 commit comments