added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / MediaGallery / vb / sampleviewer.xaml
blob76087c7b9c7f78657e989cef7bce33663c3f5b98
1 <!-- Displays the different animation examples. -->
2 <Window  
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"
6     Title="Media Gallery">
8     
9     <DockPanel>
10     <TabControl Background="White">
11       <TabItem Header="MediaTimeline Sample">  
12         <Frame Source="MediaTimelineExample.xaml" />
13       </TabItem> 
14       <TabItem Header="MediaElement Sample">  
15         <Frame Source="MediaElementExample.xaml" />
16       </TabItem> 
17       <TabItem Header="Media Plus Animations Sample">  
18         <Frame Source="MediaTimelinePlusAnimationExample.xaml" />
19       </TabItem>
20       <TabItem Header="Sound from User Event Sample">  
21         <Frame Source="SoundFromUserEventExample.xaml" />
22       </TabItem>  
23     </TabControl>
24    
25     </DockPanel>
26 </Window>