WindowsCompositionSamples/SampleGallery/ExtendedSplashScreen.xaml

15 строки
489 B
XML

<Page
x:Class="CompositionSampleGallery.ExtendedSplashScreen"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:CompositionSampleGallery"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Loaded="Page_Loaded">
<Grid Background="#00B2F0">
</Grid>
</Page>