Character

MathAccent.Character property

重音字符 该值应在 (U+0300–U+036F) 或 (U+20D0–U+20EF) 范围内) 默认值:结合 Circumflex 重音 (U+0302)

public char Character { get; set; }

例子

示例::::47::

[C#]
IMathAccent accent = new MathematicalText("x").Accent('~');
char ch = accent.Character;

也可以看看