- Silverlight 4 User Interface Cookbook
- Vibor Cipan
- 155字
- 2021-04-13 17:26:39
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Now save all your files and go to the Window1.xaml
file (basically, your main file)."
A block of code is set as follows:
<ColumnDefinition Width="0.5*"/> <ColumnDefinition Width="0.5*"/>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
private void expOptions_Collapsed(object sender,RoutedEventArgs e)
{ this.expOptions.Header = "Show advanced options";
}
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "LayoutRoot is a grid control hosted in UserControl".
Note
Tips and tricks appear like this.
推薦閱讀
- Instant Vert.x
- Apache OFBiz Development: The Beginner's Tutorial
- 創意UI:Photoshop玩轉移動UI設計
- 架構之美
- Photoshop后期強:數碼攝影后期完全寶典
- UG NX 9.0中文版基礎與實例教程
- Tomcat 6 Developer's Guide
- 從零開始:Photoshop工具詳解與實戰
- Vivado從此開始(進階篇)
- AutoCAD 2016中文版基礎教程(全圖解視頻版)
- Revit技巧精選應用教程
- Joomla! with Flash
- Photoshop人像攝影后期處理技法100問
- Building Powerful and Robust Websites with Drupal 6
- Oracle APEX 4.0 Cookbook