Gets or sets the rich text markup associated with this RichTextElement object.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also