Data binding does connection from a source object to target object.
As soon as source changes, target changes accordingly. Binding is always placed
in the target and Binding property is set as sources properties.
Here we will see the binding of font size of textblock with Slider
control. As soon as we slide the Slider, the size of font of textblock
increases.