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

ListItem.Texts Property

Gets a hash table which stores all text information of the item.

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

Syntax

Visual Basic
Protected ReadOnly Property Texts As Hashtable
C#
protected Hashtable Texts { get; }

Property Value

Hashtable which stores all text information of the item.

Remarks

IDs of text information are used as keys of this hash table.

See Also

Reference