added samples
[windows-sources.git] / sdk / samples / WPFSamples / CustomNavigationWindowChromeSample / csharp / page2.xaml
blob9a346efda634b6473f9a8436a2a35833b4bf37bd
1 <Page 
2   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
3   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4   x:Class="CustomNavigationWindowChromeSample.Page2"
5   WindowTitle="Page2" 
6   Background="LightYellow">
8   <TextBlock FontWeight="Bold" FontSize="30">
9     <TextBlock>Page 2</TextBlock>
10     <LineBreak />
11     <Hyperlink NavigateUri="Page3.xaml">Navigate to Page3</Hyperlink>
12   </TextBlock>
14 </Page>