␡
- Fitting It In
- Task List
- The Development Process in a Nutshell
- Say Hello
- Create a New Project
- Run in the Simulator
- Set Some XAML Properties
- Change the XAML
- Use the Property Window
- Add a Contract
- Wire up the Flyout
- Add a Live Tile
- Certify your App
- Say What?
- Visual Studio Templates
- Common Files
- Visual Studio 2013 Express
- Using the Simulator
- The XAML Designer
- Blend integration
- Review
This chapter is from the book
Change the XAML
Unlike, say, WPF, where the widgets are pretty ordinary-looking by default, the designers at Microsoft have very carefully honed the appearance of the Win8 widgets and apps and they really, really don’t want us to mess about with them. Oh, well. Let’s do it anyway:
- CHANGE THE FONT FAMILY
Place your cursor after x:Name=”pageTitle” and press space, then type FontFamily=”Tahoma”. (IntelliSense will help you with the attribute name and the quote marks.)