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: 
you can create inlines, , set typography.variants appropriately.
<textblock><run>area(km</run><run typography.variants="superscript">2</run><run>)</run></textblock>
Comments
Post a Comment