Base
Propiedad MathNaryOperator.Base
Argumento base
public IMathElement Base { get; }
Ejemplos
Ejemplo:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement baseArg = naryOperator.Base;
Ver También
- interface IMathElement
- class MathNaryOperator
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides