This property sets whether or not the item used to set the text border width is displayed in the property dialog.
[Visual Basic] Public Property
DialogTextBorderWidthVisible As Boolean
[C#] public bool DialogTextBorderWidthVisible
{get; set;}
Property Value
True: The item used to set the text border width is displayed
False: The item used to set the text border width is not displayed
Default value is True
Explanation
The DialogTextBorderWidthVisible property sets whether or not the item used to set the text border width is displayed in the property dialog.
This property is valid only when the DesignedTextEnabled property is True. If this property is set to False, the item used to set the text border width is not displayed in the property dialog.
This property is only valid for Text and Stamp objects.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit