Accent
MathElementBase.Accent 方法
设置重音标记(此元素顶部的字符)
public IMathAccent Accent(char accentCharacter)
参数 | 类型 | 描述 |
---|---|---|
accentCharacter | Char | 重音字符。值应在 (U+0300–U+036F) 或 (U+20D0–U+20EF) 范围内 |
返回值
IMathAccent
类型的新实例
示例
示例:
[C#]
IMathAccent accent = new MathematicalText("x").Accent('~');