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