GrowToMatchOperandHeight
IMathNaryOperatorProperties.GrowToMatchOperandHeight 属性
运算符字符在垂直方向上增长以匹配其操作数高度
public bool GrowToMatchOperandHeight { get; set; }
示例
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.GrowToMatchOperandHeight = true;