How is the binding between ModelState and VisualState changed from one way to two way?
In the Exrin introduction on YouTube and in this SO answer, it is stated that there is a binding between the ModelState and the VisualState (specifically ModelState -> VisualState). It is also stated that the binding can be changed from one way to two way.
I did some looking around and did find a BindingType enum with the values being OneWay and TwoWay, but I was unable to find where to utilize these.
In the VisualState you can add this attribute to any property.
If there is no attribute it defaults to OneWay binding.