https://bugzilla.novell.com/show_bug.cgi?id=386468

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=386468#c1





--- Comment #1 from Manuel Alejandro CerĂ³n Estrada <[EMAIL PROTECTED]>  
2008-05-03 19:44:01 MST ---
Using XAML, it works fine:

<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation";
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml";>

        <Canvas  Background="Yellow" Canvas.Left="0" Canvas.Top="100"
Width="200" Height="200">
           <Ellipse Canvas.Left="100" Width="20" Height="20"  Fill="Blue"/>
        </Canvas>

</Canvas>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to