Accent

IMathElement.Accent method

设置一个重音符号(在此元素顶部的一个字符)

public IMathAccent Accent(char accentCharacter)
参数类型描述
accentCharacterChar重音字符。值应在(U+0300–U+036F)或(U+20D0–U+20EF)范围内

返回值

类型为 IMathAccent 的新实例

示例

示例:

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

参见