Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nickharris
Created September 26, 2012 01:04
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 nickharris/3785382 to your computer and use it in GitHub Desktop.
Save nickharris/3785382 to your computer and use it in GitHub Desktop.
SAS part 1 - xaml click
...
</Grid>
...
<Page.BottomAppBar>
<AppBar>
<Button Name="btnTakePhoto" Style="{StaticResource PhotoAppBarButtonStyle}"
Click="OnTakePhotoClick" />
</AppBar>
</Page.BottomAppBar>
...
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment