XAML
am 05.12.2007 23:32:31 von west.rohan
Hi, i have just installed VS2008 and was working on a simple WPF
application.
I created the following XAML, it produced a simple rectangle with a
reflection at the bottom. When i run the app, it looks totally
different from when it was in the designer? Why?
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presenta tion"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:r="clr-namespace:Reflection"
Title="Reflection" Height="500" Width="500">
Re: XAML
am 05.12.2007 23:47:36 von smar
You might have better luck if you post this question as a new thread.
wrote in message
news:9196ddd6-82fa-4b82-bf28-04922270c693@a35g2000prf.google groups.com...
> Hi, i have just installed VS2008 and was working on a simple WPF
> application.
>
> I created the following XAML, it produced a simple rectangle with a
> reflection at the bottom. When i run the app, it looks totally
> different from when it was in the designer? Why?
>
>
> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presenta tion"
> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
> xmlns:r="clr-namespace:Reflection"
> Title="Reflection" Height="500" Width="500">
>
>
>
>
>
>
>