ItemView.xaml 807 B

1234567891011121314151617181920
  1. <localView:UserControlBase x:Class="VocabManager.View.ItemView"
  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. FontFamily="{StaticResource PhoneFontFamilyNormal}"
  8. FontSize="{StaticResource PhoneFontSizeNormal}"
  9. Foreground="{StaticResource PhoneForegroundBrush}"
  10. xmlns:local="clr-namespace:VocabManager"
  11. xmlns:localView="clr-namespace:VocabManager.View"
  12. d:DesignHeight="800" d:DesignWidth="480">
  13. <Grid x:Name="LayoutRoot">
  14. </Grid>
  15. </localView:UserControlBase>