This property sets or retrieves the value of the Edit.ClosePenLine property for the ImageKit control.
[Visual Basic]Public Property
BaseImageKitClosePenLine As Boolean
[C#]public bool BaseImageKitClosePenLine {get;
set;}
Property Value
True: The ImageKit control's ClosePenLine property is set to
True
False: The ImageKit control's ClosePenLine property is set to
False
The default value is False.
Explanation
The BaseImageKitClosePenLine property sets or retrieves the value of the Edit.ClosePenLine property for the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitClosePenLine property to set the Edit.ClosePenLine property for all ImageKit controls on the form.
This property is enabled when the SettingsForEachImageKit property is false.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines