Class WordWrapType
Defines the constants that specifies the type of word wrapping in EditControl.
Inheritance
System.Object
WordWrapType
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class WordWrapType : Enum
Fields
WrapByChar
Specifies the word wrapping by char.
Declaration
public const WordWrapType WrapByChar
Field Value
| Type |
|---|
| WordWrapType |
WrapByWord
Specifies the word wrapping by lexem.
Declaration
public const WordWrapType WrapByWord
Field Value
| Type |
|---|
| WordWrapType |