Guest User

Untitled

a guest
Jun 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <StackPanel>
  2. <WrapPanel>
  3. <Label Content="_Texto" Target="{Binding ElementName=TextBox1}" />
  4. <TextBox Name="TextBox1" TextWrapping="Wrap" TabIndex="0" Margin="2" Width="230" ></TextBox>
  5. </WrapPanel>
  6. <Button Content="_Boton" Height="23" Name="button1" Width="75" TabIndex="1" IsDefault="True" />
  7. </StackPanel>
Add Comment
Please, Sign In to add comment