This property sets the border color used by the text annotation objects
[Visual Basic] Public Property BorderColor As
Color
[C#] public Color BorderColor {get; set;}
Property Value
Value of type Color
Default value is Black
Explanation
The BorderColor property sets the border color used by the text annotation objects.
This property is enabled when the Border property is True. It is enabled only for text objects.
To make changes to the border color after it is drawn, right click on the text object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or execute the SetSelectedObjectColors method.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit