Enum WordWrapMode
Defines the constants that specifies the mode of word wrapping in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum WordWrapMode
Fields
Name | Description |
---|---|
Control | Specifies that text in EditControl will be wrapped within the limit of its width. |
SpecifiedColumn | Specifies that text in EditControl will be wrapped within the limit of specified column. |
WordWrapMargin | Specifies that text in EditControl will be wrapped within the limit of text area. |