This property sets the text drawn by the Text or Stamp object

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

Property Value

The text drawn by the Text or Stamp object

Explanation

The Text property sets the text drawn by the Text or Stamp object. When entering text directly within the Text or Stamp object area specified on the ImageKit control, the text will assume the appropriate properties set by the object. When using the DrawText method, the text will be drawn using the properties set prior to executing the drawing method.

To make changes to an object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectText property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation