GrowToMatchOperandHeight

IMathNaryOperatorProperties.GrowToMatchOperandHeight propriété

Le caractère opérateur grandit verticalement pour correspondre à la hauteur de son opérande

public bool GrowToMatchOperandHeight { get; set; }

Exemples

Exemple:

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

Voir Aussi