template binding (n)~ A binding between a property on an element in a control template and a property on the control instance to which the template is applied. For example a Button’s Background property changes and because a Rectangle in its template is template bound to that property the Rectangle changes color.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 51 조회
- 목록
본문
template binding (n)~ A binding between a property on an element in a control template and a property on the control instance to which the template is applied. For example a Button’s Background property changes and because a Rectangle in its template is template bound to that property the Rectangle changes color.