Advertisement
Guest User

Untitled

a guest
Mar 18th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1.  
  2. <Page
  3. x:Class="Projet11._0.MainPage"
  4. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  5. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  6. xmlns:local="using:Projet11._0"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. xmlns:k="Microsoft.Kinect.Xaml.Controls"
  10. mc:Ignorable="d">
  11.  
  12. <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
  13. <k:KinectRegion>
  14. // My interface using XAML
  15. </k:KinectRegion>
  16. </Grid>
  17. </Page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement