Advertisement
Guest User

Untitled

a guest
Aug 28th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <Window x:Class="WpfApplication3.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="MainWindow" Height="350" Width="525">
  5. <Grid>
  6. <TextBox HorizontalAlignment="Left" Height="23" Margin="77,105,0,0" Style="{DynamicResource SimpleTextBox}" TextWrapping="Wrap" VerticalAlignment="Top" Width="120" Text="username"/>
  7.  
  8. </Grid>
  9. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement