topical media & game development

talk show tell print

professional-xml-26-Listing-26-2.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>
      <Button Margin="10,10,0,0" Name="button1" Click="button1_Click" Height="23" 
       HorizontalAlignment="Left" VerticalAlignment="Top" Width="75">
       Button</Button>
      <Label Margin="16.37,44.7233333333334,22,24" Name="label1" FontWeight="Bold" 
       FontSize="150" FontFamily="Verdana">1</Label>
    </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.