Base

IMathBox.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

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

See Also