数据绑定
摘要:1、TextBox与Slider数据双向绑定 <TextBox HorizontalAlignment="Left" Margin="155,154,0,0" TextWrapping="Wrap" Text="{Binding Value,Mode=TwoWay,ElementName=slider1}" VerticalAlignment="Top" Height="38" Width="217"/> <Slider x:Name=&
阅读全文
posted @
2013-03-14 20:21
※繁星※
阅读(135)
推荐(0)