1 <!-- Displays the different animation examples. -->
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 x:Class="SDKSample.SampleViewer"
10 <TabControl Background="White">
11 <TabItem Header="MediaTimeline Sample">
12 <Frame Source="MediaTimelineExample.xaml" />
14 <TabItem Header="MediaElement Sample">
15 <Frame Source="MediaElementExample.xaml" />
17 <TabItem Header="Media Plus Animations Sample">
18 <Frame Source="MediaTimelinePlusAnimationExample.xaml" />
20 <TabItem Header="Sound from User Event Sample">
21 <Frame Source="SoundFromUserEventExample.xaml" />