HideSuperscript

Propriété IMathNaryOperatorProperties.HideSuperscript

Masquer le texte en exposant

public bool HideSuperscript { get; set; }

Exemples

Exemple:

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

Voir aussi