Skip to content

Instantly share code, notes, and snippets.

@ridomin
Last active June 1, 2018 21:44
Show Gist options
  • Save ridomin/94f54e1548b87ec34f6766bcbb6a3d02 to your computer and use it in GitHub Desktop.
Save ridomin/94f54e1548b87ec34f6766bcbb6a3d02 to your computer and use it in GitHub Desktop.
XAML_Button_TextBox.xaml
<StackPanel>
<Button Content="Start" HorizontalAlignment="Center" />
<TextBox x:Name="MyTextBox" AcceptsReturn="True" Width="600" Height="300" />
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment