Base

IMathBox.Base property

Argumento base

public IMathElement Base { get; }

Ejemplos

Ejemplo:

[C#]
IMathBox box = new MathematicalText("==").ToBox();
IMathElement base = box.Base;

Ver también