Newer
Older
Correlator / PipeGallery / View / StartView.xaml
<UserControl x:Class="PipeGallery.View.StartView"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             mc:Ignorable="d" 
             d:DesignHeight="300" d:DesignWidth="300">
    <Grid>
        <Grid.Background>
            <ImageBrush Stretch="UniformToFill" ImageSource="/PipeGallery;component/Image/start_background.png"/>
        </Grid.Background>
        <Viewbox>
            <Grid Width="1366" Height="768">
                <Image  Source="/PipeGallery;component/Image/start_icon2.png"  Width="458" Height="329" Margin="0,155,0,0" VerticalAlignment="Top" />
                <TextBlock Text="中国航天科工" FontSize="35" Width="auto" Height="auto" Margin="0,0,0,195" HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
            </Grid>
        </Viewbox>         
    </Grid>
</UserControl>