XAML

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">



Canvas.Left="143.75" Canvas.Top="108.75" />







CenterY="0.5" ScaleX="1" ScaleY="-1"/>





EndPoint="0,1">
>
>






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">
>
>
>
> > Canvas.Left="143.75" Canvas.Top="108.75" />
>

>
>
>
>
>
>
> > CenterY="0.5" ScaleX="1" ScaleY="-1"/>
>

>

>

>

>
> > EndPoint="0,1">
> >>
> >>
>

>

>

>

>

>

>