~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to test/xaml/test-shape-ellipse.xaml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
 
2
        <Ellipse Fill="#FF0000" Stroke="Green" StrokeThickness="1" Canvas.Left="10" Canvas.Top="10" Width="100" Height="100" />
 
3
        <Ellipse Fill="#770000FF" Stroke="#7722BB22" StrokeThickness="2" Canvas.Left="20" Canvas.Top="20" Width="40" Height="20" />              
 
4
        <Ellipse Fill="#3300FF00" Stroke="#33333333" StrokeThickness="3" Canvas.Left="30" Canvas.Top="30" Width="40" Height="80" /> 
 
5
<!-- 0 == no stroke -->
 
6
        <Ellipse Stroke="Red" StrokeThickness="0" Canvas.Left="100" Canvas.Top="10" Width="100" Height="20" />
 
7
        <Ellipse Stroke="Red" Fill="Blue" StrokeThickness="0" Canvas.Left="120" Canvas.Top="40" Width="100" Height="20" />
 
8
</Canvas>