Facebook
From 1451, 6 Years ago, written in XML.
Embed
Download Paste or View Raw
Hits: 330
  1. <Window x:Class="mmi1._1.MainWindow"
  2.        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5.        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6.        xmlns:local="clr-namespace:mmi1._1"
  7.        mc:Ignorable="d"
  8.        Height="563" Width="1115" WindowStartupLocation="CenterScreen" WindowStyle="None">
  9.     <Grid Background="#FFE0E0E0">
  10.         <StackPanel HorizontalAlignment="Left" Height="555" VerticalAlignment="Top" Width="218" Background="#FF292C33">
  11.             <StackPanel Height="104" Background="Teal">
  12.                 <Label Content="mmi" FontFamily="AR CENA" FontSize="36" VerticalAlignment="Center" Margin="79,24,79,0"/>
  13.             </StackPanel>
  14.         </StackPanel>
  15.         <StackPanel HorizontalAlignment="Left" Height="20" Margin="218,0,-320,0" VerticalAlignment="Top" Width="889" Background="#FF292C33"/>
  16.  
  17.     </Grid>
  18. </Window>