This property sets whether or not the line drawn in the Line, Polyline, Polygon, or Pen object is a double line.
Property Value
True: The line is a "double line"
False: The line is NOT a "double line"
Default value is False
Explanation
The DoubleLine property sets whether or not the line drawn in the Line, Polyline, Polygon, or Pen object is a double line.
When this property is true and the line drawn will be a double line. The thickness and spacing of the two lines is determined by the DoubleLineWidth1 and DoubleLineWidth2 properties.
To make changes to the double line after it has been drawn, right click on the object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or set the SelectedObjectDoubleLine property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit