/V4/Quickstarts/EventAggregation/Silverlight/ModuleB/ActivityView.xaml
# · XAML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 8c247a564d1a5f76e34322dfdf319585 MD5 · raw file
- <UserControl x:Class="ModuleB.ActivityView"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <Border BorderBrush="#3E606F" Background="#D1DBBD" BorderThickness="2" CornerRadius="4,4,4,4" Padding="7">
- <StackPanel Name="ContentPanel">
- <TextBlock Name="ActivityLabel" FontWeight="Bold" Padding="0" Margin="0"/>
- </StackPanel>
- </Border>
- </UserControl>