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

« back to all changes in this revision

Viewing changes to test/xaml/test-inkpresenter-nostrokes.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" Width="400" Height="200" Background="Black">
 
2
        <!-- InkPresenter draws like a canvas (and more) -->
 
3
        <InkPresenter Canvas.Top="50" Canvas.Left="50" Width="300" Height="100" Background="White">
 
4
                <Rectangle Width="100" Height="100" Fill="Red" />
 
5
                <Ellipse Canvas.Left="100" Width="100" Height="100" Fill="Green" />
 
6
                <Rectangle Canvas.Left="200" Width="100" Height="100" Fill="Blue" RadiusX="10" RadiusY="10" />
 
7
        </InkPresenter>
 
8
</Canvas>