1.

How Could You Modify Xaml Content From Javascript?

Answer»

Place xaml in Java Script USING createFromXaml FUNCTION. USE

- object.SetFontSource(downloader) for adding the font files in the downloaded content.
- object.SetSource(downloader, part) for setting the value of an IMAGE object
- object.SetValue(propertyName, value) for setting the value .

Place xaml in Java Script using createFromXaml function. Use

- object.SetFontSource(downloader) for adding the font files in the downloaded content.
- object.SetSource(downloader, part) for setting the value of an Image object
- object.SetValue(propertyName, value) for setting the value .



Discussion

No Comment Found