Base

MathBox.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

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

也可以看看