author | sarias |
Mon, 17 Aug 2009 22:04:09 +0200 | |
changeset 35 | ed77793b767a |
child 46 | f1a26ca4177e |
permissions | -rw-r--r-- |
35 | 1 |
<UserControl |
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
6 |
mc:Ignorable="d" |
|
7 |
x:Class="FingersDance.Control.Pivot.UserControlPivot" |
|
8 |
x:Name="UserControl" Width="52" Height="52"> |
|
9 |
||
10 |
<Ellipse Fill="#FF080808" Stroke="#FF000000"/> |
|
11 |
</UserControl> |