- 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.
推薦閱讀
- PS職場達人煉成記:人人都能學會的Photoshop辦公設計技巧
- 中文版After Effects CC 2020完全自學一本通
- 從零開始學LATEX
- 視覺封王:Photoshop CC 2019立體化教程(素材+視頻+教案)
- 專業(yè)級音樂制作理論與實踐Pro Tools:從入門到應用
- Photoshop CS6實戰(zhàn)基礎培訓教程(全視頻微課版)
- 老郵差·Photoshop數(shù)碼照片處理技法:人像篇(修訂版)
- Adobe創(chuàng)意大學Photoshop CS5 產(chǎn)品專家認證標準教材
- AutoCAD 2017從新手到高手
- Django 1.0 Template Development
- PostgreSQL 9.0 High Performance
- Oracle Fusion Middleware Patterns
- Instant Apache Sqoop
- Web Host Manager Administration Guide
- 電磁場數(shù)值計算及基于FreeFEM的編程實現(xiàn)