¡@

Home 

c# Programming Glossary: mydotnetproperty

Two-way binding in WPF

http://stackoverflow.com/questions/320028/two-way-binding-in-wpf

x Name txtValue Background AliceBlue Text Binding Path MyDotNetProperty TextBlock TextWrapping Wrap We're twin blue boxes bound to the.. x Name txtValue2 Background AliceBlue Text Binding Path MyDotNetProperty StackPanel Window MyWindow.xaml.cs public partial class MyWindow.. public MyWindow InitializeComponent this.MyDotNetProperty Go ahead. Change my value. TopLevelContainer.DataContext this..