프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Views / SplashScreenWindow.xaml @ 65768148

이력 | 보기 | 이력해설 | 다운로드 (1 KB)

1
<Window x:Class="KCOM.Views.SplashScreenWindow"
2
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
        WindowStartupLocation="CenterScreen"
5
        WindowStyle="None"
6
        AllowsTransparency="True" Topmost="True"
7
        Height="252"
8
        Width="496" Background="Transparent">
9

    
10
    <Grid>
11

    
12
        <Image Source="/KCOM;component/Resources/Images/MenuImage_New/splash.png" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="sImage"/>
13
        <ProgressBar HorizontalAlignment="Left" VerticalAlignment="Bottom" Height="18.1" x:Name="progressBar" Width="496" Background="Transparent" BorderThickness="0" 
14
                      Foreground="LightSlateGray"  Opacity="0.5"/>
15
        <TextBlock HorizontalAlignment="Left" VerticalAlignment="Bottom" TextAlignment="Center" x:Name="splashText" Foreground="AntiqueWhite"  FontWeight="ExtraBold" xml:space="preserve" Height="17.5">   Loading...</TextBlock>
16
    </Grid>
17
</Window>
클립보드 이미지 추가 (최대 크기: 500 MB)