- 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.
推薦閱讀
- Python機器學習:數據分析與評分卡建模(微課版)
- .NET 4.0面向對象編程漫談:基礎篇
- Learning OpenStack Networking(Neutron)
- jQuery炫酷應用實例集錦
- Learning Continuous Integration with TeamCity
- iPhone應用開發從入門到精通
- Scala編程(第5版)
- Mastering Embedded Linux Programming
- 現代CPU性能分析與優化
- Android編程權威指南(第4版)
- SFML Game Development
- Laravel 5.x Cookbook
- Mastering MeteorJS Application Development
- Java編程動手學
- 計算機視覺增強現實應用平臺開發