This property sets whether or not the selected object is set to double line.
[Visual Basic] Public Property
SelectedObjectDoubleLine As Boolean
[C#] public bool SelectedObjectDoubleLine {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 sets whether or not the selected Line, Polyline, Polygon, or Pen 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 object, the SelectedObjectDoubleLine property value will be False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit