LogBar.xaml 680 B

12345678910111213
  1. <UserControl x:Class="AlarmInfoServerSim.Views.LogBar"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:AlarmInfoServerSim.Views"
  7. xmlns:prism="http://prismlibrary.com/"
  8. prism:ViewModelLocator.AutoWireViewModel="True"
  9. Height="200" Width="600"
  10. mc:Ignorable="d">
  11. <Grid Background="#FFCECECE" Margin="5,5,5,0"/>
  12. </UserControl>