AlignmentPoint

MathBox.AlignmentPoint property

当为真时,此运算符模拟器用作对齐点;即 其他方程中指定的对齐点可以与之对齐。 默认值:假

public bool AlignmentPoint { get; set; }

例子

示例:

[C#]
IMathBox box = new MathematicalText("==").ToBox();
box.AlignmentPoint = true;

也可以看看