Base

MathBox.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

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

See Also