Confirmed users
154
edits
No edit summary |
|||
| Line 4: | Line 4: | ||
= Design/Theming guidelines = | = Design/Theming guidelines = | ||
*Message Dialogs | *Message Dialogs | ||
** Use message dialogs to present blocking questions that require the user's input. | ** Use message dialogs to present <strong>blocking questions</strong> that require the user's input. | ||
** Use message dialogs for rror messages that apply to the <strong>overall app context</strong> | ** Use message dialogs for rror messages that apply to the <strong>overall app context</strong> | ||
* Use "Title Case" only for heading text. For other text (including button labels, menu items, etc.) use "Sentence case" [http://msdn.microsoft.com/en-us/library/windows/apps/hh465308.aspx][http://msdn.microsoft.com/en-us/library/windows/desktop/aa511453.aspx]. | *Typography | ||
** Use "Title Case" only for heading text. For other text (including button labels, menu items, etc.) use "Sentence case" [http://msdn.microsoft.com/en-us/library/windows/apps/hh465308.aspx][http://msdn.microsoft.com/en-us/library/windows/desktop/aa511453.aspx]. | |||
= Coding Guidelines = | = Coding Guidelines = | ||