I\'m trying to get the content of a label to bind to the string property of a class instance without much success.
XAML:
Or give your Window a name: like NameOfWindow and use a ElementName binding:
NameOfWindow
Content="{Binding ElementName=NameOfWindow, Path=MyFoo.W1}"
Complete sample XAML:
Set Properties