Value

IMathematicalText.Value property

Text value

public string Value { get; set; }

Examples

Example:

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

See Also