Class WordWrapMode
Defines the constants that specifies the mode of word wrapping in EditControl.
Inheritance
System.Object
WordWrapMode
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class WordWrapMode : Enum
Fields
Control
Specifies that text in EditControl will be wrapped within the limit of its width.
Declaration
public const WordWrapMode Control
Field Value
| Type |
|---|
| WordWrapMode |
SpecifiedColumn
Specifies that text in EditControl will be wrapped within the limit of specified column.
Declaration
public const WordWrapMode SpecifiedColumn
Field Value
| Type |
|---|
| WordWrapMode |
WordWrapMargin
Specifies that text in EditControl will be wrapped within the limit of text area.
Declaration
public const WordWrapMode WordWrapMargin
Field Value
| Type |
|---|
| WordWrapMode |