GrowToMatchOperandHeight

MathNaryOperator.GrowToMatchOperandHeight property

El carácter del 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;

Vea También