This property sets whether or not the text in the Text or Stamp object is vertical text

[Visual Basic] Public Property VerticalText As String
[C#] public string VerticalText {get; set;}

Property Value

True: The text in the Text or Stamp object is vertical text
False: The text in the Text or Stamp object is NOT vertical text

The default value is False

Explanation

The VerticalText property sets whether or not the text in the Text or Stamp object is vertical text.

This property is enabled when the WordWrap property is True. Even if the VerticalText property is True, if the WordWrap property is False, the text will be horizontal.

To make changes to the text in the Text or Stamp object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectVerticalText property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation