Base

Propiedad MathAccent.Base

El argumento al que se le aplicó el acento

public IMathElement Base { get; }

Ejemplos

Ejemplo:

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

Véase También