wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

How to Write MultiBinding Converter in Fayde & Typescript #190

Closed JigsSodvadiya closed 4 years ago

JigsSodvadiya commented 8 years ago

Hello,

<TextBox Name="textBox3"> <TextBox.Text> <MultiBinding Converter="{StaticResource XAMLResourceAddConverter}"> <Binding Path="Field1"/> <Binding Path="Field2"/> </MultiBinding> </TextBox.Text> </TextBox

How I can Write MultiBinding Converter like above code in Fayde & Typescript.

Thanks, Jignesh Sodvadiya