网站首页
编程语言
数据库
系统相关
其他分享
编程问答
tips1
2024-11-13
tips1:WPF绑定的一种情况 Binding
<CheckBoxMargin="10"VerticalAlignment="Center"IsChecked="{BindingRelativeSource={RelativeSourceTemplatedparent},Path=IsExpanded}"/>CheckBox的IsChecked属性使用了数据绑定机制,以实现与TemplatedParent