LimitLocation

IMathNaryOperatorProperties.LimitLocation property

La ubicación de los límites (subíndice y superíndice)

public MathLimitLocations LimitLocation { get; set; }

Ejemplos

Ejemplo:

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

Ver también