LimitLocation

MathNaryOperator.LimitLocation property

限制位置(下标和上标)

public MathLimitLocations LimitLocation { get; set; }

例子

示例

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

也可以看看