Base

MathBorderBox.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

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

也可以看看