Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <UserControl Width="1920" Height="1080" Panel.ZIndex="500" InputMethod.IsInputMethodEnabled="True" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mtl="clr-namespace:vMixTitleLibrary;assembly=vMixTitleLibrary">
  2. <Grid InputMethod.IsInputMethodEnabled="True">
  3. <Image Source="{x:Null}" Stretch="Fill" Width="1920" Height="1080" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="0" InputMethod.IsInputMethodEnabled="True" />
  4. <mtl:TextBlockDesign FontStyle="Normal" FontWeight="Normal" FontFamily="Motorwerk" Fill="#FFFFFFFF" FontSize="42" Stroke="#FF000000" TextAlignment="Center" StrokeThickness="0" Text="Player1" Name="Player1" Width="304.581005586592" Height="48.2966651916504" Margin="292.928873560264,425.311631715023,0,0" HorizontalAlignment="Left" VerticalAlignment="Top" Opacity="14" Effect="{x:Null}" Visibility="Visible" InputMethod.IsInputMethodEnabled="True" />
  5. <mtl:TextBlockDesign FontStyle="Normal" FontWeight="Normal" FontFamily="Motorwerk" Fill="#FFFFFFFF" FontSize="42" Stroke="#FF000000" TextAlignment="Center" StrokeThickness="0" Text="player2" Name="Player2" Width="304.581005586592" Height="48.2966651916504" Margin="1274.52338827544,425.037889039242,0,0" HorizontalAlignment="Left" VerticalAlignment="Top" Opacity="14" Effect="{x:Null}" Visibility="Visible" InputMethod.IsInputMethodEnabled="True" />
  6. <mtl:TextBlockDesign FontStyle="Normal" FontWeight="Normal" FontFamily="Motorwerk" Fill="#FFFFFFFF" FontSize="42" Stroke="#FF000000" TextAlignment="Center" StrokeThickness="0" Text="Player3" Name="Player3" Width="304.581005586592" Height="48.2966651916504" Margin="300.723184464265,981.136671177266,0,0" HorizontalAlignment="Left" VerticalAlignment="Top" Opacity="14" Effect="{x:Null}" Visibility="Visible" InputMethod.IsInputMethodEnabled="True" />
  7. <mtl:TextBlockDesign FontStyle="Normal" FontWeight="Normal" FontFamily="Motorwerk" Fill="#FFFFFFFF" FontSize="42" Stroke="#FF000000" TextAlignment="Center" StrokeThickness="0" Text="Player4" Name="Player4" Width="361.739327643425" Height="48.2966651916504" Margin="1207.45870637184,978.538565629228,0,0" HorizontalAlignment="Left" VerticalAlignment="Top" Opacity="14" Effect="{x:Null}" Visibility="Visible" InputMethod.IsInputMethodEnabled="True" />
  8. </Grid>
  9. </UserControl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement