This property sets the text drawn by the Text object

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

Property Value

The text drawn by the Text object

Explanation

The Text property sets the text drawn by the Text object. When entering text directly within the Text object area specified on the ImageKit control, the text will assume the appropriate properties set by the Text 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 execute the SetSelectedObjectText method.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation