Base

IMathBox.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

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

也可以看看