前台代码
1、2、
后台代码
值都是取到的,就是界面上显示不出来
ControlTamplate里面没有绑定Content
<ControlTemplate TargetType...> <Label Content={TemplateBinding Content}></Label> </ControlTemplate>