Tutorial for LinphoneSDK x UWP - C#
This commit is contained in:
11
uwp/cs/07_AdvancedChat/Controls/EventDisplay.xaml
Normal file
11
uwp/cs/07_AdvancedChat/Controls/EventDisplay.xaml
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user