GrowToMatchOperandHeight

IMathNaryOperatorProperties.GrowToMatchOperandHeight Eigenschaft

Der Operator-Charakter wächst vertikal, um die Höhe seines Operanden 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