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