Base

MathBorderBox.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

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

See Also