Base

IMathAccent.Base property

El argumento al que se aplicó el acento

public IMathElement Base { get; }

Ejemplos

Ejemplo:

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

Ver también