摘要: ControlTemplate用于描述控件本身. 使用TemplateBinding来绑定控件自身的属性, 比如{TemplateBinding Background}DataTemplate用于描述控件的Content. 使用Binding来绑定数据对象的属性, 比如{Binding Person 阅读全文
posted @ 2021-05-01 00:06 MaxBruce 阅读(340) 评论(0) 推荐(0)