Hi,
I have a requirement of showing Text in TextBlock in a way where I need to show two piece of Text something like this :
Foundartion Silverlight 2 Animation - SILVERLIGHT .
In the above text the last piece of text is in capital letters which is showing the category. This category will be changed based on the first piece of text. For example, if the text is "Getting started with AspNet" then the category will be ASP.NET. In WPF it's possible to acheive this using BindableRun class which is quite useful and it helps binding the TextBlock's Run with the property you need to binf to show the desired result inside TextBlock but in Silverlight Run class is sealed. That's why I'm struggling to solve the problem. Would it be possible for anyone to show me the way to get the desired result ?
Someone please help.