= Binding one GUI element to another = This very simple example binds the size of a TextBlock element's text to a slider. A two way binding from a textbox's Text property to the slider allows you to enter a number to set the size of text. Three lines of code accomplish this in xaml: {{{#!xml }}}