topical media & game development

talk show tell print

professional-xml-26-Listing-26-4.txt / txt



  <Window x:Class="XAML_Example.Window1"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      Title="XAML_Example" Height="300" Width="300"
      >
      <Grid>
        <ListBox Margin="15,15,15,110" Name="listBox1">
          <Label Name="label1" Content="Hello, I'm a Label Control" />
          <Label Name="label2" Content="Hello, I'm a Label Control" />
          <Image Name="image1" Source="whiteLipper.gif" />
        </ListBox>
    </Grid>
  </Window>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.