/V2.2/trunk/Quickstarts/Modularity/DirectoryLookupModularity/ModuleA/DefaultViewA.xaml

# · XAML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 64b1bdfb3f26caa2f09d61af9c00423b MD5 · raw file

  1. <UserControl x:Class="ModuleA.DefaultViewA"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <Border Margin="10,10,10,10" CornerRadius="4,4,4,4"
  5. BorderBrush="#193441" Background="#FFFFFF" BorderThickness="2,2,2,2" VerticalAlignment="Center" HorizontalAlignment="Center" Height="60" >
  6. <Label VerticalAlignment="Center" HorizontalAlignment="Center">Module A Loaded</Label>
  7. </Border>
  8. </UserControl>