- Mastering Visual Studio 2017
- Kunal Chowdhury
- 46字
- 2021-07-15 17:26:42
Property element syntax
The properties can also be defined as an element when you cannot assign the value within the quotes. This generally starts with <element.PropertyName> and ends with </element.PropertyName>. The following example shows you how to write the Background property as an element to the Button:
<Button> <Button.Background> <SolidColorBrush Color="Red" /> </Button.Background> </Button>
推薦閱讀
- VMware View Security Essentials
- 大學計算機基礎(第三版)
- Apache Oozie Essentials
- 零起步玩轉掌控板與Mind+
- Java面向對象思想與程序設計
- C++ Builder 6.0下OpenGL編程技術
- Python金融數據分析
- Java 9模塊化開發:核心原則與實踐
- HTML5 APP開發從入門到精通(微課精編版)
- Node.js開發指南
- ExtJS Web應用程序開發指南第2版
- 大規模語言模型開發基礎與實踐
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- 零基礎學編程系列(全5冊)
- React and React Native