Base

IMathBorderBox.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

[C#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
IMathElement base = borderBox.Base;

See Also