This property sets or retrieves the value of the Edit.WordWrap property of the ImageKit control.
[Visual Basic]Public Property
BaseImageKitWordWrap As Boolean
[C#]public bool BaseImageKitWordWrap {get;
set;}
Property Value
True: Text is wrapped within the drawing space
False: Text is not wrapped. Enter key starts a new line
Default value is False.
Explanation
The BaseImageKitWordWrap property sets or retrieves the Edit.WordWrap property of the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitWordWrap property to set the Edit.WordWrap property for all ImageKit controls on the form.
This property is enabled when the SettingsForEachImageKit property is False.
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects