A string representation of this Text object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string String { get; set; }
Public Overridable Property String As String
Get
Set
public:
virtual property String^ String {
String^ get ();
void set (String^ value);
}
abstract String : string with get, set
override String : string with get, set
Property Value
Type:
String
A
string containing the value of this
Text object.
See Also