프로젝트

일반

사용자정보

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

markus / FinalServiceV3 / KCOM_FinalService / FinalPDFClient / Window1.xaml @ faf998c6

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

1
    <Grid Name="aaaaaa" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Width="205" Height="89">
2
        <Grid.Background>
3
            <SolidColorBrush Color="#FFFFFFFF" Opacity="0.1" />
4
        </Grid.Background>
5
        <Rectangle Stretch="Fill" Stroke="#FFFF0000" StrokeThickness="5" StrokeLineJoin="Round" Name="Rectangle" Width="205" Height="89" Canvas.Left="-2.5" Canvas.Top="-2.5" />
6
        <Grid>
7
            <Grid.RowDefinitions>
8
                <RowDefinition Height="*" />
9
                <RowDefinition Height="3.5*" />
10
                <RowDefinition Height="0.5*" />
11
                <RowDefinition Height="2*" />
12
                <RowDefinition Height="*" />
13
            </Grid.RowDefinitions>
14
            <TextBlock Text="APPROVED" FontWeight="ExtraBold" FontSize="30" Foreground="#FFFF0000" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Row="1" />
15
            <TextBlock Text="By HYOSUNG" FontWeight="ExtraBold" FontSize="20" Foreground="#FFFF0000" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Row="3" />
16
        </Grid>
17
    </Grid>
클립보드 이미지 추가 (최대 크기: 500 MB)