Value
IMathematicalText.Value 属性
文本值
public string Value { get; set; }
示例
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
文本值
public string Value { get; set; }
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;