This property sets or retrieves the value of the Edit.RightToLeft property of the ImageKit control.

[Visual Basic]Public Property BaseImageKitRightToLeft As Boolean
[C#]public bool BaseImageKitRightToLeft {get; set;}

Property Value

True: Text is drawn right to left
False: Text is drawn left to right
Default value is False.

Explanation

The BaseImageKitRightToLeft property sets or retrieves the Edit.RightToLeft property of the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitRightToLeft property to set the Edit.RightToLeft 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

 

The ImageKit.NET3 is created by Newtone Corporation