This property sets whether or not the "border color" selector is displayed in the text object's extended property dialog.
[Visual Basic] Public Property
TextDialogBorderColorVisible As Boolean
[C#] public bool TextDialogBorderColorVisible
{get; set;}
Property Value
True: The "border color" selector is displayed
False: The "border color" selector is NOT displayed
Default value is True
Explanation
The TextDialogBorderColorVisible property sets whether or not the "border color" selector is displayed in the text object's extended property dialog.
When this property is False, the "border color" selector will not be displayed.
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