Character

IMathAccent.Character property

Carácter de acento El valor debe estar dentro del rango de (U+0300–U+036F) o(U+20D0–U+20EF) Valor predeterminado: combinación de acento circunflejo (U+0302)

public char Character { get; set; }

Ejemplos

Ejemplo:

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

Ver también