Silverlight is completely buggy with canvas
问题 It's incredible that such sample code doesn't even work. I have put this inside grid but I can't see any line (code taken from MSDN in fact): <Canvas Height="103" HorizontalAlignment="Left" Margin="30,166,0,0" Name="canvas1" VerticalAlignment="Top" Width="180"> <Line X1="0" Y1="10" X2="5" Y2="10" Stroke="Black" StrokeThickness="4" /> </Canvas> This is incredible that such simple thing like that would be so buggy so did I miss something see picture below ? (Everything else in silverlight works