Gets or sets whether to avoid wrapping screen lines in the middle of an alphabet word or not.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public virtual bool EnableWordWrap { get; set; }
Visual Basic
Public Overridable Property EnableWordWrap As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IWordProc..::..EnableWordWrap

See Also