Splash.xaml 468 B

123456789
  1. <Window x:Class="MediaBrowser.Common.UI.Splash"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="SplashScreen" Height="300" Width="600" ShowInTaskbar="False" ResizeMode="NoResize" WindowStartupLocation="CenterScreen"
  5. WindowState="Normal" WindowStyle="None" Background="White" AllowsTransparency="True">
  6. <Grid>
  7. </Grid>
  8. </Window>