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

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

Property Value

True: The line is a "double line"

False: The line is NOT a "double line"

Default value is True

Explanation

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

When this property is true and the Line 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 object only.

To make changes to the Line object after it has been drawnt, right click on the Line 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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation