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

wpf 数据连接2

时间:2015-06-29 16:13:11      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

<Window x:Class="联系.Window3"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Window3" Height="300" Width="300">
    <Grid>
        <TextBox HorizontalAlignment="Left" Height="23" Margin="83,27,0,0" TextWrapping="Wrap" Text="{ Binding Value, ElementName=aaa, UpdateSourceTrigger= PropertyChanged}" VerticalAlignment="Top" Width="120"/>
        <Slider  Name="aaa" HorizontalAlignment="Left" Margin="83,105,0,0" VerticalAlignment="Top" Width="186"/>

    </Grid>
</Window>

 

wpf 数据连接2

标签:

原文地址:http://www.cnblogs.com/w-wz/p/4607424.html

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