source: trunk/sl2/SilverightPluginProof/MainApp/MainControl.xaml @ 1

Revision 1, 809 bytes checked in by jeroen, 5 years ago (diff)

initial commit of old repository into public one

Line 
1<Canvas xmlns="http://schemas.microsoft.com/client/2007"
2        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3        Width="640"
4        Height="480"
5        Background="White"
6        x:Name="parentCanvas"
7        >
8
9  <Rectangle Width="640" Height="472" Stroke="#FF000000" Canvas.Top="8" RadiusX="25.5" RadiusY="25.5">
10    <Rectangle.Fill>
11      <LinearGradientBrush EndPoint="0.425,0.998" StartPoint="0.439,-0.002">
12        <GradientStop Color="#FF414141" Offset="0"/>
13        <GradientStop Color="#FF929292" Offset="1"/>
14        <GradientStop Color="#FFAFAEAE" Offset="0.538"/>
15      </LinearGradientBrush>
16    </Rectangle.Fill>
17  </Rectangle>
18
19  <TextBlock Foreground="Black" Text="This is MainApp.MainControl - a plugin" Canvas.Left="68" Canvas.Top="98" />
20
21</Canvas>
Note: See TracBrowser for help on using the repository browser.