GrowToMatchOperandHeight

IMathNaryOperatorProperties.GrowToMatchOperandHeight property

Символ оператора увеличивается вертикально, чтобы соответствовать высоте операнда

public bool GrowToMatchOperandHeight { get; set; }

Примеры

Пример:

[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.GrowToMatchOperandHeight = true;

Смотрите также