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

« back to all changes in this revision

Viewing changes to test/xaml/test-radialgradientbrush2.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
<?xml version="1.0"?>
 
2
<Canvas
 
3
   xmlns="http://schemas.microsoft.com/client/2007"
 
4
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
 
5
 
 
6
  <Rectangle Width="400" Height="400" >
 
7
    <Rectangle.Fill>
 
8
      <RadialGradientBrush GradientOrigin="1,0">
 
9
        <GradientStop Color="Yellow" Offset="0.0" />
 
10
        <GradientStop Color="Red" Offset="0.25" />
 
11
        <GradientStop Color="Blue" Offset="0.75" />
 
12
        <GradientStop Color="LimeGreen" Offset="1.0" />
 
13
      </RadialGradientBrush>
 
14
    </Rectangle.Fill>
 
15
  </Rectangle>
 
16
</Canvas>
 
 
b'\\ No newline at end of file'