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

« back to all changes in this revision

Viewing changes to test/xaml/test-set-inherited-property-elements.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 Stroke="Green" StrokeThickness="1" Canvas.Left="10" Canvas.Top="10" Width="100" Height="100" >
 
3
                <Shape.Fill>
 
4
                        <SolidColorBrush Color="Red" />
 
5
                </Shape.Fill>
 
6
        </Ellipse>
 
7
 
 
8
</Canvas>
 
9