GrowToMatchOperandHeight

IMathNaryOperatorProperties.GrowToMatchOperandHeight property

Operador El carácter crece verticalmente para coincidir con su operando height

public bool GrowToMatchOperandHeight { get; set; }

Ejemplos

Ejemplo:

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

Ver también