Character

MathAccent.Character property

重音字符 值应在 (U+0300–U+036F) 或 (U+20D0–U+20EF) 的范围内 默认值: 组合抑扬符 (U+0302)

public char Character { get; set; }  

示例

示例:

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

另请参阅