This property retrieves the content of the Text object.
[Visual Basic] Public ReadOnly Property
SelectedObjectText As String
[C#] public string SelectedObjectText
{get;}
Property Value
The string representing the Text object content
Default value is null (Nothing in Visual Basic)
Explanation
The SelectedObjectText property retrieves the content of the Text object. This property is only enabled when a Text object has been selected.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is null (Nothing in Visual Basic).
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit