Conventions
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Right"> <Button Content="New" Width="60" Height="30"/> <Button Content="Save" Margin="5,0,0,0" Width="60" Height="30"/> <Button Content="Delete" Margin="5,0,0,0" Width="60" Height="30"/> </StackPanel>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Grid x:Name="LayoutRoot" Background="White">
<TextBlock Text="Hello World!" FontSize="20"/>
</Grid>
Any command-line input or output is written as follows:
install-package Moq
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: "For Comments textbox to occupy all of the grid width, we add a property called ColSpan
".
推薦閱讀
- 數據庫應用基礎教程(Visual FoxPro 9.0)
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Ceph源碼分析
- MATLAB Graphics and Data Visualization Cookbook
- 云原生數據中臺:架構、方法論與實踐
- 計算機應用基礎教程上機指導與習題集(微課版)
- Python數據分析與挖掘實戰(第3版)
- 辦公應用與計算思維案例教程
- 貫通SQL Server 2008數據庫系統開發
- 深入理解InfluxDB:時序數據庫詳解與實踐
- Filecoin原理與實現
- 數據指標體系:構建方法與應用實踐
- 云工作時代:科技進化必將帶來的新工作方式
- ECharts數據可視化:入門、實戰與進階