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