This property sets or retrieves the value of the Edit.VerticalText property of the ImageKit control.
[Visual Basic]Public Property
BaseImageKitVerticalText As Boolean
[C#]public bool BaseImageKitVerticalText {get;
set;}
Property Value
True: Text is drawn vertically
False: Text is drawn horizontally
Default value is False.
Explanation
The BaseImageKitVerticalText property sets or retrieves the Edit.VerticalText property of the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitVerticalText property to set the Edit.VerticalText 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