- 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>
推薦閱讀
- Visual Basic程序開發(學習筆記)
- 從0到1:HTML+CSS快速上手
- 21天學通C++(第6版)
- Java Web開發技術教程
- Monitoring Elasticsearch
- Drupal 8 Configuration Management
- VMware虛擬化技術
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- Python Machine Learning Cookbook
- Python繪圖指南:分形與數據可視化(全彩)
- AngularJS Web Application Development Cookbook
- Java與Android移動應用開發:技術、方法與實踐
- OpenCV輕松入門:面向Python
- Spring Boot實戰:從0開始動手搭建企業級項目