HideSubscript
IMathNaryOperatorProperties.HideSubscript 属性
隐藏下标
public bool HideSubscript { get; set; }
示例
示例:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.HideSubscript = true;