Value

MathematicalText.Value 属性

文本值

public string Value { get; set; }

示例

示例:

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

另请参阅