This property sets whether or not the text in the selected Text or Stamp object is vertical text.
[Visual Basic] Public Property
SelectedObjectVerticalText As Boolean
[C#] public bool SelectedObjectVerticalText
{get; set;}
Property Value
True: The text in the selected Text or Stamp object is vertical text
False: The text in the selected Text or Stamp object is NOT vertical text
Default value is False
Explanation
The SelectedObjectVerticalText property sets whether or not the text in the selected Text or Stamp object is vertical text. This property is only enabled when a Text or Stamp object has been selected.
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.Win.ImageKit