I\'m having a hard time binding a simple static string property to a TextBox.
Here\'s the class with the static property:
There could be two ways/syntax to bind a static property. If p is a static property in class MainWindow, then binding for textbox will be:
static
MainWindow
binding
textbox
1.
2.