/V4/Quickstarts/EventAggregation/Silverlight/ModuleB/ActivityView.xaml

# · XAML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 8c247a564d1a5f76e34322dfdf319585 MD5 · raw file

  1. <UserControl x:Class="ModuleB.ActivityView"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <Border BorderBrush="#3E606F" Background="#D1DBBD" BorderThickness="2" CornerRadius="4,4,4,4" Padding="7">
  5. <StackPanel Name="ContentPanel">
  6. <TextBlock Name="ActivityLabel" FontWeight="Bold" Padding="0" Margin="0"/>
  7. </StackPanel>
  8. </Border>
  9. </UserControl>