src/FingersDance.Control.Pivot/UserControlPivot.xaml
changeset 92 3a0b48be34bd
parent 87 68f4c0d7a7fc
child 114 8262d9756231
equal deleted inserted replaced
91:0f29e2660bb7 92:3a0b48be34bd
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     6 	mc:Ignorable="d"
     6 	mc:Ignorable="d"
     7 	xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
     7 	xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
     8 	x:Class="FingersDance.Control.Pivot.UserControlPivot"
     8 	x:Class="FingersDance.Control.Pivot.UserControlPivot"
     9 	x:Name="UserControl" Width="90" Height="90">
     9 	x:Name="UserControl" Width="90" Height="90" Foreground="{x:Null}">
    10 	<UserControl.Resources>
    10 	<UserControl.Resources>
    11 		<ResourceDictionary>
    11 		<ResourceDictionary>
    12 			<ResourceDictionary.MergedDictionaries>
    12 			<ResourceDictionary.MergedDictionaries>
    13 				<ResourceDictionary Source="FingersDance.Control.Pivot.Ressource.xaml"/>
    13 				<ResourceDictionary Source="FingersDance.Control.Pivot.Ressource.xaml"/>
    14 			</ResourceDictionary.MergedDictionaries>
    14 			</ResourceDictionary.MergedDictionaries>