GrowToMatchOperandHeight

MathNaryOperator.GrowToMatchOperandHeight-Eigenschaft

Der Operator-Charakter wächst vertikal, um seine Operandenhöhe anzupassen

public bool GrowToMatchOperandHeight { get; set; }

Beispiele

Beispiel:

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

Siehe auch