This property retrieves the border color of the selected text annotation object.
[Visual Basic] Public ReadOnly Property
SelectedObjectBorderColor As Color
[C#] public Color SelectedObjectBorderColor
{get;}
Property Value
Value of type Color
Default value is Black
Explanation
The SelectedObjectBorderColor property retrieves the border color of the selected text annotation object.
This property refers to the border color of the selected text object. It is enabled only when the selected object is a text object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a text annotation object, the SelectedObjectBorderColor property value will be Color.Empty.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit