This property sets the alignment for the text drawn by the Stamp object
[Visual Basic] Public Property TextAlign As
Align
[C#] public Align TextAlign {get; set;}
Property Value
A value of type Align
that sets the text alignment in the Stamp object
The default value is Align.Center
Explanation
The TextAlign property sets the alignment for the text drawn by the Stamp object.
This property is enabled only for the Stamp object.
To make change the text alignment after the Stamp object has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectTextAlign property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit