11 lines
494 B
XML
11 lines
494 B
XML
<UserControl
|
|
x:Class="_07_AdvancedChat.Controls.EventDisplay"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="10">
|
|
<FontIcon FontFamily="Segoe MDL2 Assets" Glyph="" />
|
|
<TextBlock x:Name="EventText" Text="" Margin="10" />
|
|
<FontIcon FontFamily="Segoe MDL2 Assets" Glyph="" />
|
|
</StackPanel>
|
|
</UserControl> |