GrowToMatchOperandHeight

IMathDelimiter.GrowToMatchOperandHeight property

指定BeginningCharacter、SeparatorCharacter、EndingCharacter 当为真时,分隔符垂直增长以匹配其操作数高度。 默认值为真

public bool GrowToMatchOperandHeight { get; set; }

例子

示例:

[C#]
IMathDelimiter delimiter = new MathematicalText("x").Divide("y").Enclose();
delimiter.GrowToMatchOperandHeight = false;

也可以看看