[Mono-bugs] [Bug 386468] Weird Behavior with nested canvas

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 3 21:44:01 EDT 2008


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

User ceronman at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=386468#c1





--- Comment #1 from Manuel Alejandro Cerón Estrada <ceronman at gmail.com>  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.


More information about the mono-bugs mailing list