This property retrieves whether or not the selected text annotation object has a border.

[Visual Basic] Public ReadOnly Property SelectedObjectBorder As Boolean
[C#] public bool SelectedObjectBorder {get;}

Property Value

True: The selected text annotation object has a border

Fasle: The selected text annotation object does NOT have a border

Default value is False

Explanation

The SelectedObjectBorder property retrieves whether or not the selected text annotation object has a border.

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 SelectedObjectBorder property value will be False.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation