Gets or sets the text associated with this ShapeElement object.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

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