This property sets whether or not the "word wrap" checkbox is displayed in the text object's extended property dialog.

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

Property Value

True: The "word wrap" checkbox is displayed

False: The "word wrap" checkbox is NOT displayed

Default value is True

Explanation

The TextDialogWordWrapVisible property sets whether or not the "word wrap" checkbox is displayed in the text object's extended property dialog.

When this property is False, the "word wrap" checkbox will not be displayed.

To display the text object's extended property dialog, the EnableTextDialog property must be set to True.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation