码迷,mamicode.com
首页 > Windows程序 > 详细

WPF 模板绑定父级控件内容

时间:2018-10-12 13:53:20      阅读:632      评论:0      收藏:0      [点我收藏+]

标签:bsp   nbsp   bin   property   val   label   type   bind   lse   

WPF 模板绑定父级控件内容

<Style TargetType="Button" x:Key="btn">
    <Setter Property="Template">
        <Setter.Value>
            <ControlTemplate TargetType="Button">
                <Label Content="{Binding Path=Content,RelativeSource={ RelativeSource Mode=TemplatedParent}}"></Label>
            </ControlTemplate>
        </Setter.Value>
    </Setter>
</Style>

 

WPF 模板绑定父级控件内容

标签:bsp   nbsp   bin   property   val   label   type   bind   lse   

原文地址:https://www.cnblogs.com/sntetwt/p/9777428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!