This documentation is for the old version. Go to the latest Graphics Mill docs

TextVObject.text Property

Gets or sets a text string to display within this vector text block.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_text();
function set_text(value);

Property Value

The string to display.

Remarks

This property corresponds to TextVObject.Text server-side member.

See Also

Reference