それは可能ですが、どうやって行われるのかわかりません。
26637 次
7 に答える
51
于 2013-02-11T20:27:55.267 に答える
5
于 2018-06-26T22:06:44.933 に答える
4
于 2018-01-10T18:08:02.913 に答える
3
One more way for WPF users,
<TextBlock >
<Run>x</Run>
<Run FontSize="8" BaselineAlignment="TextTop" >2</Run>
</TextBlock>
Change BaselineAlignment to TextBottom if you want to use as subscript.
于 2014-09-04T14:53:18.473 に答える
0
Looks like there are some simple tags that you can use to make any text superscript/subscript. The superscript tag is <sup>
and the subscript tag is <sub>
.
于 2019-08-26T20:55:21.007 に答える
0
use (Ctrl + Shift + P) command to apply superscript and subscript in Visual Studio.
于 2019-12-19T12:57:31.550 に答える
-1
There are several solutions. Personally, I simply formaat the label text in Word, use a screen capture and save it as an image that I use with a label.
于 2014-02-12T21:43:33.950 に答える