This property sets the content of the selected Text or Stamp object.

[Visual Basic] Public Property SelectedObjectText As String
[C#] public string SelectedObjectText {get; set;}

Property Value

The string representing the selected Text or Stamp object content
Default value is null (Nothing in Visual Basic)

Explanation

The SelectedObjectText property sets the content of the selected Text or Stamp object. This property is only enabled when a Text or Stamp object has been selected.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a Text or Stamp object, this property value is null (Nothing in Visual Basic).

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation