This property sets whether or not the text in the selected Text or Stamp object has automatic word wrapping enabled.

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

Property Value

True: The text has automatic word wrapping enabled

False: The text does not have automatic word wrapping enabled

Default value is True

Explanation

The SelectedObjectWordWrap property sets whether or not the text in the selected Text or Stamp object has automatically word wrapping.

This property is enabled only when the selected object is a Text or Stamp object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Text or Stamp object, the SelectedObjectWordWrap property value will be False.

See also

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

 

The ImageKit WPF is created by Newtone Corporation