This property sets whether or not the "double line" checkbox is displayed within the PropertyDialog.
[Visual Basic] Public Property
DialogDoubleLineVisible As Boolean
[C#] public bool DialogDoubleLineVisible {get;
set;}
Property Value
True: The "double line" checkbox is displayed
False: The "double line" checkbox is NOT displayed
Default value is True
Explanation
The DialogDoubleLineVisible property sets whether or not the "double line" checkbox is displayed in the PropertyDialog.
When this property is False and you select a line annotation object and display its property dialog, the "double line" checkbox will not be visible.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit