A string representation of this Text object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string String { get; set; }
Visual Basic (Declaration)
Public Overridable Property String As String
Visual C++
public:
virtual property String^ String {
	String^ get ();
	void set (String^ value);
}

Field Value

A string containing the value of this Text object.

See Also