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

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

Property Value

True: The text in the selected Text and Stamp objects is displayed from right to left
False: The text in the selected Text and Stamp objects is NOT displayed from right to left
Default value is False.

Explanation

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

This property is only enabled when the selected object is a Text or Stamp object.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a Text or Stamp object, this property value is False.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation