Textblock to show text in camelcase

I wanted to have the Textblocks to show text in camelcase, where all the first letter are upper case and remaining are in lower. is there any property in gojs which can do this?

No. I suggest that you implement a function to take a string and return the string you want. Use that function in a Binding conversion function.

Okay, Thanks Walter!