Base

MathBar.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

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

也可以看看