LimitLocation

IMathNaryOperatorProperties.LimitLocation 属性

限制(下标和上标)的位置

public MathLimitLocations LimitLocation { get; set; }

示例

示例:

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

另见