/V2.2/trunk/Quickstarts/Modularity/DirectoryLookupModularity/ModuleA/DefaultViewA.xaml
# · XAML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 64b1bdfb3f26caa2f09d61af9c00423b MD5 · raw file
- <UserControl x:Class="ModuleA.DefaultViewA"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <Border Margin="10,10,10,10" CornerRadius="4,4,4,4"
- BorderBrush="#193441" Background="#FFFFFF" BorderThickness="2,2,2,2" VerticalAlignment="Center" HorizontalAlignment="Center" Height="60" >
- <Label VerticalAlignment="Center" HorizontalAlignment="Center">Module A Loaded</Label>
- </Border>
- </UserControl>