This property sets whether or not text in the Text and Stamp objects is displayed from right to left.

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

Property Value

True: Text is displayed from right to left
False: Text is displayed from left to right

Default value is False

Explanation

The RightToLeft property sets whether or not text in the Text and Stamp objects is displayed from right to left.

To change the text display after the object has been drawn, right click on the object to display the context menu, execute the ShowPropertyDialog method to display the properies dialog, or set the SelectedObjectRightToLeft property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation