Mercurial > hg > env-test-daniele
view johndyer-mediaelement-13fa20a/src/silverlight/MainPage.xaml @ 16:e9d111c4c54c
Changed name of audio files
Included conversion table to retrieve categories
author | Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk> |
---|---|
date | Tue, 19 Mar 2013 10:24:18 +0000 |
parents | 032bc65ebafc |
children |
line wrap: on
line source
<UserControl x:Class="SilverlightMediaElement.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="360"> <Grid x:Name="LayoutRoot" Background="Black" Width="640" Height="360"> <MediaElement Grid.Row="0" Grid.Column="0" Width="640" Height="360" AutoPlay="false" Name="media" ></MediaElement> <TextBox Margin="25,25,0,0" Name="textBox1" VerticalScrollBarVisibility="Auto" Height="146" VerticalAlignment="Top" HorizontalAlignment="Left" Width="235" /> <Button Content="Go Fullscreen" Height="23" HorizontalAlignment="Right" Margin="0,12,12,0" Name="FullscreenButton" VerticalAlignment="Top" Width="93" Click="FullscreenButton_Click" /> </Grid> </UserControl>