GrowToMatchOperandHeight

IMathNaryOperatorProperties.GrowToMatchOperandHeight property

El carácter operador crece verticalmente para igualar la altura de su operando

public bool GrowToMatchOperandHeight { get; set; }

Ejemplos

Ejemplo:

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

Véase también