GrowToMatchOperandHeight

MathNaryOperator.GrowToMatchOperandHeight property

Operatorzeichen wächst vertikal, um seiner Operandenhöhe zu entsprechen

public bool GrowToMatchOperandHeight { get; set; }

Beispiele

Beispiel:

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

Siehe auch