IMathBar

IMathBar interface

指定 bar 函数,由基本参数和上划线或下划线组成

public interface IMathBar : IMathElement

特性

姓名描述
AsIMathElement { get; }允许获取基础 IMathElement 接口 IMathElement
Base { get; }基本参数
Position { get; set; }柱线的位置。 默认值:顶部

例子

示例:

[C#]
IMathBar mathBar = new MathBar(new MathematicalText("x"));

也可以看看