This property sets whether or not the textbox used to set the angle for the Text object is displayed in the Text object's property dialog.
[Visual Basic] Public Property
DialogAngleVisible As Boolean
[C#] public bool DialogAngleVisible {get;
set;}
Property Value
True: The textbox to set the Text object's "angle" is displayed
False: The textbox to set the Text object's "angle" is not displayed
Default value is True
Explanation
The DialogAngleVisible property sets whether or not the textbox used to set the angle for the Text object is displayed in the Text object's property dialog.
When this property is false, the textbox used to set the angle is not displayed.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit