windows phone - WPF: power in xaml -


i have text block text "km2":

<textblock >area(km2)</textblock> 

how can make "2" small , heigher such exponent need view such on picture: enter image description here

you can create inlines, , set typography.variants appropriately.

<textblock><run>area(km</run><run typography.variants="superscript">2</run><run>)</run></textblock> 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -