IMathNaryOperatorProperties

IMathNaryOperatorProperties 接口

指定 IMathNaryOperator 的属性

public interface IMathNaryOperatorProperties

属性

名称描述
GrowToMatchOperandHeight { get; set; }运算符字符垂直增长以匹配其操作数的高度
HideSubscript { get; set; }隐藏下标
HideSuperscript { get; set; }隐藏上标
LimitLocation { get; set; }限制的位置(下标和上标)
Operator { get; set; }Nary 运算符字符,例如:‘∑’,‘∫’

另见