This property sets whether or not the selected Text or Stamp object has a border.
[Visual Basic] Public Property
SelectedObjectBorder As Boolean
[C#] public bool SelectedObjectBorder {get;
set;}
Property Value
True: The selected Text object has a border
False: The selected Text object does NOT have a border
Default value is False
Explanation
The SelectedObjectBorder property sets whether or not the selected Text or Stamp object has a border.
It is enabled only when the selected object is a Text or Stamp 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 or Stamp object, the SelectedObjectBorder property value will be False.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit