- Mastering Visual Studio 2017
- Kunal Chowdhury
- 66字
- 2021-07-15 17:26:42
Property attribute syntax
Each element can have one or more properties. You can set the properties in XAML as an attribute. The syntax of it starts with the property name, an assignment operator and a value within quotes. For example, in the following code snippet, the first example defines a button element without specifying a property attribute whereas the other two elements have the attribute defined:
<Button /> <Button Content="Click Here" /> <Button Content="Click Here" Background="Red" />
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- Drupal 8 Blueprints
- Spring技術內幕:深入解析Spring架構與設計
- Visual FoxPro程序設計
- JAVA程序設計實驗教程
- Express Web Application Development
- Keras深度學習實戰
- Webpack實戰:入門、進階與調優
- Learning jQuery(Fourth Edition)
- Advanced UFT 12 for Test Engineers Cookbook
- 新印象:解構UI界面設計
- Machine Learning for Developers
- C++程序設計教程
- 人人都能開發RPA機器人:UiPath從入門到實戰
- 從“1”開始3D編程