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

TextVObject.Text Property

Gets/sets a text string to display.

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

Syntax

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

Property Value

A text string to display.

See Also

Reference