Character

Propiedad IMathAccent.Character

Carácter Acentuado El valor debe estar dentro del rango de (U+0300–U+036F) o (U+20D0–U+20EF) Valor por defecto: Acento Circunflejo Combinante (U+0302)

public char Character { get; set; }

Ejemplos

Ejemplo:

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

Ver También