Value

IMathematicalText.Value property

文本值

public string Value { get; set; }

例子

示例:

[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;

也可以看看