01.
02.
<
controls:Panorama
Title
=
"My Application"
>
03.
<
controls:Panorama.Background
>
04.
<
ImageBrush
ImageSource
=
"Images/PanoramaBackground.jpg"
Opacity
=
".5"
/>
05.
</
controls:Panorama.Background
>
06.
07.
<
controls:PanoramaItem
Header
=
"Item 1"
>
08.
<
StackPanel
>
09.
<
TextBlock
Text
=
"Content Item 1"
/>
10.
<
TextBlock
Text
=
"Content Item 1"
/>
11.
<
TextBlock
Text
=
"Content Item 1"
/>
12.
<
TextBlock
Text
=
"Content Item 1"
/>
13.
<
TextBlock
Text
=
"Content Item 1"
/>
14.
<
TextBlock
Text
=
"Content Item 1"
/>
15.
</
StackPanel
>
16.
</
controls:PanoramaItem
>
17.
18.
<
controls:PanoramaItem
Header
=
"Item 2"
>
19.
<
StackPanel
>
20.
<
TextBlock
Text
=
"Content Item 2"
/>
21.
<
TextBlock
Text
=
"Content Item 2"
/>
22.
<
TextBlock
Text
=
"Content Item 2"
/>
23.
<
TextBlock
Text
=
"Content Item 2"
/>
24.
<
TextBlock
Text
=
"Content Item 2"
/>
25.
<
TextBlock
Text
=
"Content Item 2"
/>
26.
</
StackPanel
>
27.
</
controls:PanoramaItem
>
28.
29.
<
controls:PanoramaItem
Header
=
"Item 3"
>
30.
<
StackPanel
>
31.
<
TextBlock
Text
=
"Content Item 3"
/>
32.
<
TextBlock
Text
=
"Content Item 3"
/>
33.
<
TextBlock
Text
=
"Content Item 3"
/>
34.
<
TextBlock
Text
=
"Content Item 3"
/>
35.
<
TextBlock
Text
=
"Content Item 3"
/>
36.
<
TextBlock
Text
=
"Content Item 3"
/>
37.
</
StackPanel
>
38.
</
controls:PanoramaItem
>
39.
40.
</
controls:Panorama
>