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

« back to all changes in this revision

Viewing changes to test/xaml/test-shape-polyline-stretch2.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/client/2007">
 
2
<!-- default == None -->
 
3
        <Polyline Stroke="Red" Fill="Green" StrokeThickness="5" Points="0,0
 
4
10,10, 50,10, 50,50 25,25"/>
 
5
        <Polyline Stroke="Blue" Width="75" Height="25" Canvas.Left="100" Fill="Green" StrokeThickness="5" Points="0,0
 
6
10,10, 50,10, 50,50 25,25"/>
 
7
        <Polyline Stroke="Orange" Width="75" Height="25"
 
8
Canvas.Top="50" Fill="Green" StrokeThickness="5" Points="0,0
 
9
10,10, 50,10, 50,50 25,25" Stretch="Fill"/>
 
10
        <Polyline Stroke="Purple" Width="75" Height="25" Canvas.Left="100"
 
11
Canvas.Top="50" Fill="Green" StrokeThickness="5" Points="0,0
 
12
10,10, 50,10, 50,50 25,25" Stretch="Uniform"/>
 
13
        <Polyline Stroke="Yellow" Width="75" Height="25"
 
14
Canvas.Top="100" Fill="Green" StrokeThickness="5" Points="0,0
 
15
10,10, 50,10, 50,50 25,25" Stretch="UniformToFill"/>
 
16
        <Polyline Stroke="Brown" Width="75" Height="25" Canvas.Left="100"
 
17
Canvas.Top="100" Fill="Green" StrokeThickness="5" StrokeDashArray="2" Points="0,0
 
18
10,10, 50,10, 50,50 25,25" Stretch="Fill"/>
 
19
</Canvas>