This property sets the border color used by the Text and Stamp 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 and Stamp annotation objects.
This property is enabled when the Border property is True. It is enabled only for the Text and Stamp objects. It is disabled for all other annotation objects.
To make changes to the border color after it is drawn, right click on the Text or Stamp object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or set the SelectedObjectBorderColor property.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit