Format
IMathematicalText.Format property
文本格式属性
public IPortionFormat Format { get; }
示例
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;
文本格式属性
public IPortionFormat Format { get; }
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;