GrowToMatchOperandHeight

MathDelimiter.GrowToMatchOperandHeight 属性

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

public bool GrowToMatchOperandHeight { get; set; }

示例

示例:

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

另见