Skip to content

Instantly share code, notes, and snippets.

@dupuyjs
Last active March 6, 2016 18:04
Show Gist options
  • Save dupuyjs/aeda88cfcea613aab577 to your computer and use it in GitHub Desktop.
Save dupuyjs/aeda88cfcea613aab577 to your computer and use it in GitHub Desktop.
Visual Layer - ElementCompositionPreview
<Page
x:Class="XamlComposition.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:XamlComposition"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Image x:Name="image" Source="Assets/windowscube.jpg" Stretch="Uniform" />
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment