This property sets whether or not the angle value is displayed in the text object's extended property dialog.
[Visual Basic] Public Property
TextDialogAngleVisible As Boolean
[C#] public bool TextDialogAngleVisible {get;
set;}
Property Value
True: The "angle" value is displayed
False: The "angle" value is NOT displayed
Default value is True
Explanation
The TextDialogAngleVisible property sets whether or not the "angle" value is displayed in the text object's extended property dialog.
When this property is False and the text object's extended property dialog is displayed, the "angle" value will not be disabled.
To display the text object's extended property dialog, the EnableTextDialog property must be set to True.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit