topical media & game development
professional-xml-26-Listing-26-5.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 Height="45" HorizontalAlignment="Left" Margin="25,0,0,55"
Name="button1" VerticalAlignment="Bottom" Width="87">
<Image Name="image1" Source="whiteLipper.gif" />
</Button>
</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.