Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created January 19, 2016 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/38cb19874728d16fb647 to your computer and use it in GitHub Desktop.
Save wtuts/38cb19874728d16fb647 to your computer and use it in GitHub Desktop.
<StackPanel Margin="12" VerticalAlignment="Center">
<TextBox x:Name="MyTextBox"/>
<Button Content="Toast" HorizontalAlignment="Stretch" Click="ButtonBase_OnClick"/>
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment