中の技術日誌ブログ

C#とC++/CLIと
VBと.NETとWindowsで戯れる
 

目次

Blog 利用状況

ニュース

自己紹介

東京でソフトウェアエンジニアをやっています。
お仕事大募集中です。
記事執筆や、講師依頼とかでも何でもどうぞ(*^_^*)
似顔絵 MSMVPロゴ
MSMVP Visual C# Since 2004/04-2013/03

記事カテゴリ

書庫

日記カテゴリ

00-整理

01-MSMVP

GridでできることはGridで

絵の上に文字を重ねるには同じRow、Columnに入れればいいだけです。

image

<Window x:Class="WpfApplication2.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="278">
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition />
            <RowDefinition />
        </Grid.RowDefinitions>
        <Image Source="IMAG0069.jpg" HorizontalAlignment="Stretch" VerticalAlignment="Center" />
        <TextBlock FontSize="32" Text="わんくまや!" Foreground="Red" />
        <Image Grid.Row="1" Source="IMAG0090.jpg" />
    </Grid>
</Window>

あり合わせの画像だけど、こんな感じでかぶります。

http://blogs.wankuma.com/esten/archive/2010/06/27/190643.aspx

投稿日時 : 2010年6月27日 13:58

コメントを追加

# Canvas と Grid の違い 2010/06/27 15:10 すいません、VB4しかやってないんです、VBAはやったけど(ぼそ)

Canvas と Grid の違い

# UGG キッズ ブーツ 2012/10/09 9:34 UGGベイリーボタンー/bailey button

少なくとも危機を乗り切るために市民ではなく、ときに口

タイトル
名前
URL
コメント