- Mastering Windows Presentation Foundation
- Sheridan Yuen
- 196字
- 2021-06-24 16:49:00
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, path names, dummy URLs, user input, and Twitter handles. Here is an example: "You could then declare a BaseDragDropManager class to be used in the DragDropProperties class."
A block of code is set as follows:
public string Name { get { return name; } set { if (name != value) { name = value; NotifyPropertyChanged("Name"); } } }
Any command-line input or output is written as follows:
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'ValidationError') from '(Validation.Errors)' (type 'ReadOnlyObservableCollection`1'). BindingExpression:Path=(Validation.Errors)[0].ErrorContent; DataItem='TextBox' (Name=''); target element is 'TextBox' (Name=''); target property is 'ToolTip' (type 'Object') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The Cancel button has been declared in the second row and column."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- CentOS 7 Linux Server Cookbook(Second Edition)
- R語言數據可視化之美:專業圖表繪制指南
- 數據庫系統原理及MySQL應用教程
- 跟小海龜學Python
- Python測試開發入門與實踐
- Mastering Web Application Development with AngularJS
- 快速入門與進階:Creo 4·0全實例精講
- Python Data Science Cookbook
- 人工智能算法(卷1):基礎算法
- PHP 8從入門到精通(視頻教學版)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Visual C++開發寶典
- HTML5游戲開發實戰
- Building UIs with Wijmo