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

TextVObjectData.Text Property

Gets or sets a text string to display within the text v-object.

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

Syntax

Visual Basic
Public Property Text As String
C#
public string Text { get; set; }

Property Value

The String value which specifies a text to display.

See Also

Reference