Enum WordWrapType
Defines the constants that specifies the type of word wrapping in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum WordWrapType
Fields
Name | Description |
---|---|
WrapByChar | Specifies the word wrapping by char. |
WrapByWord | Specifies the word wrapping by lexem. |