#range
height 50% width 50%
#height #width
slide range to change my size. #output
        
<bindings>
<binding source="#input" event="change" target="#output" property="style.height" targetFormat="{0}%"/>
<binding source="#input" event="change" target="#height" property="innerHTML" targetFormat="{0}%"/>
<binding source="#input" event="change" target="#output" property="style.width" targetFormat="{0}%"/>
<binding source="#input" event="change" target="#width" property="innerHTML" targetFormat="{0}%"/>
</bindings>