Base

MathBar.Base property

Argumento base

public IMathElement Base { get; }

Ejemplos

Ejemplo:

[C#]
MathBar mathBar = new MathBar(new MathematicalText("x"));
IMathElement base = mathBar.Base;

Ver también