This property sets whether or not the line annotation object is a double line.

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

Property Value

True: The line object is a "double line"

False: The line object is NOT a "double line"

Default value is True

Explanation

The DoubleLine property sets whether or not the line annotation object is a double line.

When this property is true and the line annotation object is used to draw a line, a double line will be drawn. The thickness of the two lines and the space between them depend on the value of the PenWidth property. In general the thickness of each line and the width of the space between them are divided into equal thirds. To ensure that two distinct lines are always drawn, when the PenWidth property has a value of less than 4, each line and the space between them will be one pixel wide. This property is enabled for the line annotation object only.

To make changes to the double line after it has been drawn by the line object, right click on the line object to display the context menu, execute the ShowPropertyDialog method to display the property dialog, or execute the SetSelectedObjectDoubleLine method.

Also See

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

 

The ImageKit.NET2 is created by Newtone Corporation