This property retrieves whether or not the selected line annotation object is set to double line.
[Visual Basic] Public ReadOnly Property
SelectedObjectDoubleLine As Boolean
[C#] public bool Border {get; set;}
Property Value
True: The selected line object is set to double line.
False: The selected line object is NOT set to double line.
Default value is False
Explanation
The SelectedObjectDoubleLine property retrieves whether or not the selected line annotation object is set to double line
It is enabled only when the selected object is a line 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 line annotation object, the SelectedObjectDoubleLine property value will be False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit