HideSuperscript

IMathNaryOperatorProperties.HideSuperscript property

Ocultar superíndice

public bool HideSuperscript { get; set; }

Ejemplos

Ejemplo:

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

Ver también