src/FingersDance.Control.Pivot/UserControlPivot.xaml
changeset 35 ed77793b767a
child 46 f1a26ca4177e
equal deleted inserted replaced
34:9e222810f5b5 35:ed77793b767a
       
     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>