-1

I am new to Windows phone development. I need to display a superscript character in textblock. ex: 60S - 'S' should be display as superscript. How to do it programmatically?

tilak
  • 4,589
  • 6
  • 34
  • 45

1 Answers1

2

You may find your answer by following this link. There is not a direct way to do that but you may create a stackpanel. Then you can have several TexTBlocks in your StackPanel. The only thing that you need to do is change the Position of different TextBlocks inside the StackPanel.

Community
  • 1
  • 1
Bahador Saket
  • 995
  • 1
  • 12
  • 24