Base

MathBorderBox.Base 属性

基础参数

public IMathElement Base { get; }

示例

示例:

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

另请参阅